]> granicus.if.org Git - postgresql/commit
Cause the format of BC timestamptz output to be 'datetime zone BC' rather
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jul 2004 04:57:20 +0000 (04:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jul 2004 04:57:20 +0000 (04:57 +0000)
commitc8c40bbc9ea8fcb2e47767a9f15c4a5c74569b8d
tree43d1604b59e7b1880d140b566d78838913d5bf46
parent59429adea9155d9de0de56f32f7d169be63df420
Cause the format of BC timestamptz output to be 'datetime zone BC' rather
than 'datetime BC zone', because the former is accepted by the timestamptz
input converter while the latter may not be depending on spacing.  This
is not a loss of compatibility w.r.t. 7.4 and before, because until very
recently there was never a case where we'd output both zone and 'BC'.
src/backend/utils/adt/datetime.c
src/test/regress/expected/horology.out
src/test/regress/expected/timestamptz.out