mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
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.
This commit is contained in:
@ -390,8 +390,7 @@
|
||||
#log_temp_files = -1 # log temporary files equal or larger
|
||||
# than the specified size in kilobytes;
|
||||
# -1 disables, 0 logs all temp files
|
||||
#log_timezone = unknown # actually, defaults to TZ environment
|
||||
# setting
|
||||
#log_timezone = '(defaults to server environment setting)'
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@ -471,8 +470,7 @@
|
||||
|
||||
#datestyle = 'iso, mdy'
|
||||
#intervalstyle = 'postgres'
|
||||
#timezone = unknown # actually, defaults to TZ environment
|
||||
# setting
|
||||
#timezone = '(defaults to server environment setting)'
|
||||
#timezone_abbreviations = 'Default' # Select the set of available time zone
|
||||
# abbreviations. Currently, there are
|
||||
# Default
|
||||
|
Reference in New Issue
Block a user