Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Aug 2005 03:39:37 +0000 (03:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Aug 2005 03:39:37 +0000 (03:39 +0000)
commit6fcaaf29dad233ceca67f31115dc75342a433e79
tree6c390902651acec44bcf86592a2625b613f25ac0
parente22443f405e26020c85e68853f0ce137d2711146
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).
doc/src/sgml/runtime.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample