postgresql/src
Bruce Momjian 54c8e821b8 In my mind there were two categories of open issues
a) ones that are 100% backward (such as the comment about
     outputting this format)
and
  b) ones that aren't (such as deprecating the current
     postgresql shorthand of
         '1Y1M'::interval = 1 year 1 minute
     in favor of the ISO-8601
         'P1Y1M'::interval = 1 year 1 month.

Attached is a patch that addressed all the discussed issues that
did not break backward compatability, including the ability to
output ISO-8601 compliant intervals by setting datestyle to
iso8601basic.

Interval values can now be written as  ISO 8601 time intervals, using
the "Format with time-unit designators". This format always starts with
the character 'P', followed  by a string of values followed
by single character time-unit designators. A 'T' separates the date and
time parts of the interval.

Ron Mayer
2003-12-20 15:32:55 +00:00
..
backend In my mind there were two categories of open issues 2003-12-20 15:32:55 +00:00
bin Forbid REVOKE on untrusted languages, and don't dump privileges of 2003-12-19 14:21:56 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include In my mind there were two categories of open issues 2003-12-20 15:32:55 +00:00
interfaces In my mind there were two categories of open issues 2003-12-20 15:32:55 +00:00
makefiles $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pl $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
port make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
template Add -O to really trigger compiler bug. 2003-11-05 07:42:31 +00:00
test Adjust rules output for unknown-vs-any change (affects expected contents 2003-12-18 01:48:53 +00:00
tools Supress ecpg thread test if configure didn't enable threads. Fix 2003-12-19 23:29:15 +00:00
tutorial make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
utils $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile.global.in Supress ecpg thread test if configure didn't enable threads. Fix 2003-12-19 23:29:15 +00:00
Makefile.shlib Win32 patch for Makefile.shlib 2003-12-01 22:23:06 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls-global.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00