----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Darko Prenosil" <Darko.Prenosil@finteh.hr>
Cc: "pgsql interfaces" <pgsql-interfaces@postgresql.org>
Sent: Thursday, November 22, 2001 7:01 PM
Subject: Re: [INTERFACES] libpq debug
> "Darko Prenosil" <Darko.Prenosil@finteh.hr> writes:
> > Does anyone know how to set the debug TTY in libpq client library ?
>
> You can't anymore (it was deemed a security risk some time ago).
> The backend ignores the tty argument now.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
Is there any other way to debug plpgsql functions through libpq ?
I know that I can catch notice with error message, but this message often
looks like this:
Error near ''''
If I have function with more than one line, message like this does not help.
Thanks for Your previous answer !
Darko