>
> Printing to stdout is not the defined way to send a notice to a Postgres
> client. Use elog:
> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/plperl-database.html
Fine and thank you very much. As you said, elog is sending the notice to
client and server log immediately. But what stops print from flushing the
output to server log file immediately?
regards,
bhuvaneswaran