summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-08-21 03:39:37 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-08-21 03:39:37 +0000
commit6fcaaf29dad233ceca67f31115dc75342a433e79 (patch)
tree6c390902651acec44bcf86592a2625b613f25ac0 /src/backend/utils/misc/postgresql.conf.sample
parente22443f405e26020c85e68853f0ce137d2711146 (diff)
Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
in postgresql.conf.sample, mark custom_variable_classes as SIGHUP not POSTMASTER to agree with the documentation (I can't see a reason it has to be POSTMASTER so I think the docs are right).
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample19
1 files changed, 14 insertions, 5 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 6e08b4cc32a..48152e8ed26 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -32,12 +32,12 @@
# The default values of these variables are driven from the -D command line
# switch or PGDATA environment variable, represented here as ConfigDir.
-# data_directory = 'ConfigDir' # use data in another directory
-# hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
-# ident_file = 'ConfigDir/pg_ident.conf # IDENT configuration file
+#data_directory = 'ConfigDir' # use data in another directory
+#hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
+#ident_file = 'ConfigDir/pg_ident.conf # IDENT configuration file
# If external_pid_file is not explicitly set, no extra pid file is written.
-# external_pid_file = '(none)' # write an extra pid file
+#external_pid_file = '(none)' # write an extra pid file
#---------------------------------------------------------------------------
@@ -66,10 +66,12 @@
#ssl = off
#password_encryption = on
#db_user_namespace = off
+
# Kerberos
#krb_server_keyfile = ''
-#krb_caseins_users = off
#krb_srvname = 'postgres'
+#krb_server_hostname = '(any)' # if not set, matches any keytab entry
+#krb_caseins_users = off
# - TCP Keepalives -
# see 'man 7 tcp' for details
@@ -413,3 +415,10 @@
# - Other Platforms & Clients -
#transform_null_equals = off
+
+
+#---------------------------------------------------------------------------
+# CUSTOMIZED OPTIONS
+#---------------------------------------------------------------------------
+
+#custom_variable_classes = '' # list of custom variable class names