mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
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.
This commit is contained in:
@ -21,6 +21,16 @@
|
||||
# "pg_ctl reload".
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# CONFIGURATION FILES
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# pgdata = '/usr/local/pgsql/data' # use data in another directory
|
||||
# hba_conf = '/etc/pgsql/pg_hba.conf' # use hba info in another directory
|
||||
# ident_conf = '/etc/pgsql/pg_ident.conf' # use ident info in another directory
|
||||
# external_pidfile= '/var/run/postgresql.pid' # write an extra pid file
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# CONNECTIONS AND AUTHENTICATION
|
||||
#---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user