aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-04-21 13:46:20 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2024-04-21 13:46:20 -0400
commitce1c30eceb57ccb8ede96565c252bb6f41b6d4e1 (patch)
tree76838354fe15ae5ea2123b860a1b30c1bfdc86f6 /doc/src
parent74a587a009d134a92dea12f1971cca9165ae0a26 (diff)
downloadpostgresql-ce1c30eceb57ccb8ede96565c252bb6f41b6d4e1.tar.gz
postgresql-ce1c30eceb57ccb8ede96565c252bb6f41b6d4e1.zip
Make postgres_fdw request remote time zone 'GMT' not 'UTC'.
This should have the same results for all practical purposes. The advantage of selecting 'GMT' is that it's guaranteed to work even when the remote system's timezone database is missing entries, because pg_tzset() hard-wires handling of that, at least in 9.2 and later. (It seems like it would be a good idea to similarly hard-wire correct handling of 'UTC', but that'll be a little more invasive than I want to consider back-patching. Leave that for another day when we're not in feature freeze.) Per trouble report from Adnan Dautovic. Back-patch to all supported branches. Discussion: https://postgr.es/m/465248.1712211585@sss.pgh.pa.us
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions