postgresql/src/backend/commands
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
..
aggregatecmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
alter.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
analyze.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
async.c This patch properly sets the prototype for the on_shmem_exit and 2003-12-12 18:45:10 +00:00
cluster.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
comment.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
conversioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
dbcommands.c Add mention with might need to use cp -R someday for portability. 2003-12-15 22:56:44 +00:00
define.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
explain.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
functioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
indexcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
lockcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
opclasscmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
operatorcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
portalcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
prepare.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
proclang.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
schemacmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
sequence.c I posted some bufmgr cleanup a few weeks ago, but it conflicted with 2003-12-14 00:34:47 +00:00
tablecmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
trigger.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
typecmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
user.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
vacuum.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
vacuumlazy.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
variable.c In my mind there were two categories of open issues 2003-12-20 15:32:55 +00:00
view.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00