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

Started by Tom Laneabout 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/07/04 13:41:22

Modified files:
doc/src/sgml : runtime.sgml
src/backend/main: main.c
src/backend/tcop: postgres.c
src/backend/utils/misc: Makefile guc.c postgresql.conf.sample
src/bin/initdb : initdb.sh
Added files:
src/backend/utils/misc: help_config.c
src/include/utils: guc_tables.h help_config.h

Log message:
Add --help-config facility to dump information about GUC parameters
without needing a running backend. Reorder postgresql.conf.sample
to match new layout of runtime.sgml. This commit re-adds work lost
in Wednesday's crash.