mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
heuristic determination of day vs month in date/time input. Add the ability to specify that input is interpreted as yy-mm-dd order (which formerly worked, but only for yy greater than 31). DateStyle's input component now has the preferred spellings DMY, MDY, or YMD; the older keywords European and US are now aliases for the first two of these. Per recent discussions on pgsql-general.
This commit is contained in:
@ -212,7 +212,7 @@
|
||||
|
||||
# - Locale and Formatting -
|
||||
|
||||
#datestyle = 'iso, us'
|
||||
#datestyle = 'iso, mdy'
|
||||
#timezone = unknown # actually, defaults to TZ environment setting
|
||||
#australian_timezones = false
|
||||
#extra_float_digits = 0 # min -15, max 2
|
||||
|
Reference in New Issue
Block a user