CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.