]> granicus.if.org Git - postgresql/commit
Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Mar 2009 01:12:32 +0000 (01:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Mar 2009 01:12:32 +0000 (01:12 +0000)
commit0fd85d78792a5c88df684385124eb92e38a2f037
treedf933ed0a71a9c70739ea89c2def72af970e5858
parent596efd27edce20bba706f50de99a0f15bcc2a567
Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as
noise words for the last twelve years, for compatibility with Berkeley-era
output formatting of the special INVALID values for those datatypes.
Considering that the datatypes themselves have been deprecated for awhile,
this is taking backwards compatibility a little far.  Per gripe from Josh
Berkus.
doc/src/sgml/datetime.sgml
src/backend/utils/adt/datetime.c
src/backend/utils/adt/nabstime.c
src/interfaces/ecpg/pgtypeslib/dt_common.c
src/test/regress/expected/timestamp.out
src/test/regress/expected/timestamptz.out
src/test/regress/sql/timestamp.sql
src/test/regress/sql/timestamptz.sql