Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: request for more descriptive plperl error messages



Robert Kleemann <kleemann(at)scharp(dot)org> writes:
> I'd like to modify the code to return the perl function name and submit 
> a patch but I've never developed in the postgres code base before and am 
> not sure where to start. Can the function and schema name be found in 
> the FunctionCallInfo structure that is passed?

No.  The easiest thing to do is save it in the plperl_proc_desc struct.
See
http://archives.postgresql.org/pgsql-committers/2007-10/msg00117.php

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group