Re: request for more descriptive plperl error messages
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Peter Eisentraut <peter_e(at)gmx(dot)net>
- Cc: pgsql-interfaces(at)postgresql(dot)org, Robert Kleemann <kleemann(at)scharp(dot)org>
- Subject: Re: request for more descriptive plperl error messages
- Date: Fri, 05 Oct 2007 11:28:03 -0400
- Message-id: <17199.1191598083@sss.pgh.pa.us> <text/plain>
Peter Eisentraut <peter_e(at)gmx(dot)net> 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
Home |
Main Index |
Thread Index