A.Bhuvaneswaran (bhuvansql(at)myrealbox(dot)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 disconnected and the client does not receive the message. On the other hand, the notice raised by a plpgsql function are flushed into 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