Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0fd85d78792a5c88df684385124eb92e38a2f037
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-22T01:12:32Z
Releases: 8.4.0
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.

Files