Thread: database log

database log

From
"datactrl"
Date:
Since "raise exception" in pl/pgSQL will write error message to database
log,
how can I read database log. If I do "select * from pg_log;", it will show
an
error message as "pg_log can not be accessed by user".

JACK