Since "raise exception" in pl/pgSQL will write error message to databaselog,how can I read database log. If I do "select * from pg_log;", it will showanerror message as "pg_log can not be accessed by user".
JACK