Bug #958: plperl notice server log - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #958: plperl notice server log
Date
Msg-id 20030428071952.67EC0475956@postgresql.org
Whole thread Raw
Responses Re: Bug #958: plperl notice server log  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
A.Bhuvaneswaran (bhuvansql@myrealbox.com) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
plperl notice server log

Long Description
Hi,

I am using postgresql 7.3.2.

The notice message raised by a plperl function is flushed into the server log file only when that client is
disconnectedand the client does not receive the message. On the other hand, the notice raised by a plpgsql function are
flushedinto the server log immediately. 

FYI, below postgresql.conf entries are set as below:

server_min_messages = notice
client_min_messages = notice

regards,
bhuvaneswaran



Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: "A.Bhuvaneswaran"
Date:
Subject: Re: Bug #956: plperl vs. plperlu
Next
From: Tom Lane
Date:
Subject: Re: Bug #958: plperl notice server log