]> granicus.if.org Git - postgresql/commit
Allow configuration files to be placed outside the data directory.
authorBruce Momjian <bruce@momjian.us>
Sun, 11 Jul 2004 00:18:45 +0000 (00:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 11 Jul 2004 00:18:45 +0000 (00:18 +0000)
commit130f89e93f59cdb4b160cbc31e6929de25d13794
tree7ac3acd73f01020a12fe37d9c6e89547dcae2f46
parentb4a98c5fcc6b418912dde8e8ce3a8a486cbe4c85
Allow configuration files to be placed outside the data directory.

Add new postgresql.conf variables to point to data, pg_hba.conf, and
pg_ident.conf files.

Needs more documentation.
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/runtime.sgml
src/backend/bootstrap/bootstrap.c
src/backend/libpq/hba.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/utils/guc.h