On Mon, 2002-11-04 at 01:29, Ludwig Lim wrote:
> Hi:
>
> Is there a way of logging the RAISE statements in a
> plpgsql function to a logfile (aside from syslog)? I
> noticed that all RAISE statments are only logged in
> the syslog.
>
I dont think there is any way to get just the RAISE statements to log
somewhere else (short of hacking the db code), though you could generate
a file with that information easily with grep.
Robert Treat