pgsql: Adjust documentation with respect to "unknown" timezone setting. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Adjust documentation with respect to "unknown" timezone setting.
Date
Msg-id E1QJr3g-0004ls-Cs@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust documentation with respect to "unknown" timezone setting.

The recent cleanup of GUC assign hooks got rid of the kludge of using
"unknown" as a magic value for timezone and log_timezone.  But I forgot
to update the documentation to match, as noted by Martin Pitt.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1453cd8f82139a3e751c617dc6635f7b1c7abe14

Modified Files
--------------
doc/src/sgml/config.sgml                      |   13 ++++++-------
src/backend/utils/misc/postgresql.conf.sample |    6 ++----
2 files changed, 8 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Be more wary in initdb's creation of platform-dependent collatio
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Put options in more alphabetical order