OSDN Git Service

Add GUC option log_error_verbosity to control which fields of error
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Jun 2003 16:47:02 +0000 (16:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Jun 2003 16:47:02 +0000 (16:47 +0000)
commit219e29784dead71ed2c652057e131fe31ea7c354
tree48d7c93579e6ba53eef4936d01e429b0618a11ec
parenta3cac5a3bf76f0e99e7f8663cd4eb6295bb347d8
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.
doc/src/sgml/runtime.sgml
src/backend/utils/error/elog.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/psql/tab-complete.c
src/include/utils/elog.h