pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...
Started by Tom Laneabout 23 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/06/30 13:47:02
Modified files:
doc/src/sgml : runtime.sgml
src/backend/utils/error: elog.c
src/backend/utils/misc: guc.c postgresql.conf.sample
src/bin/psql : tab-complete.c
src/include/utils: elog.h
Log message:
Add GUC option log_error_verbosity to control which fields of error
reports get put into the postmaster log. Options are TERSE, DEFAULT,
VERBOSE, with the same behavior as implemented on the client side in
libpq.