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)
commit50c75a170a3d6fade953dd2de11bfdb245168df1
tree9c98eef20b87c503e11bd305943f18f0d8ad102b
parent93094a17be1e01fa969aa721b14d806d98157efe
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