Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

postgresql.conf.sample

  • Tom Lane's avatar
    d8b5c95c
    Remove hard-wired lists of timezone abbreviations in favor of providing · d8b5c95c
    Tom Lane authored
    configuration files that can be altered by a DBA.  The australian_timezones
    GUC setting disappears, replaced by a timezone_abbreviations setting (set this
    to 'Australia' to get the effect of australian_timezones).  The list of zone
    names defined by default has undergone a bit of cleanup, too.  Documentation
    still needs some work --- in particular, should we fix Table B-4, or just get
    rid of it?  Joachim Wieland, with some editorializing by moi.
    d8b5c95c
    History
    Remove hard-wired lists of timezone abbreviations in favor of providing
    Tom Lane authored
    configuration files that can be altered by a DBA.  The australian_timezones
    GUC setting disappears, replaced by a timezone_abbreviations setting (set this
    to 'Australia' to get the effect of australian_timezones).  The list of zone
    names defined by default has undergone a bit of cleanup, too.  Documentation
    still needs some work --- in particular, should we fix Table B-4, or just get
    rid of it?  Joachim Wieland, with some editorializing by moi.