Bug #958: plperl notice server log

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #958: plperl notice server log
Date: 2003-04-28 07:19:52
Message-ID: 20030428071952.67EC0475956@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-04-28 13:57:47 Re: Bug #958: plperl notice server log
Previous Message A.Bhuvaneswaran 2003-04-28 05:20:09 Re: Bug #956: plperl vs. plperlu