Thread: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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.