Re: request for more descriptive plperl error messages
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.interfaces |
|---|---|
| Message-ID | <[email protected]> |
Peter Eisentraut <[email protected]> writes: > Am Mittwoch, 3. Oktober 2007 schrieb Robert Kleemann: >> ERROR: error from Perl function: syntax error at or near "." at line 58. >> >> This is helpful to a degree but the critical missing information is the >> function name (schema name would be nice too). > You need to increase the error verbosity in psql, by running > \set VERBOSITY verbose Doesn't seem like that's going to provide the info he wants, namely the name of the plperl function that's being executed. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster