]> granicus.if.org Git - postgresql/commit
Add support for input and output of interval values formatted per ISO 8601;
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Nov 2008 02:42:33 +0000 (02:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Nov 2008 02:42:33 +0000 (02:42 +0000)
commita4917bef0ead2424bf0c2eeb05dfb681dff33574
treefab289925753819e2cce4729f92e388735c3b77c
parenta44564b4f8b5aedc6d48cb70b4985bb2cde0a258
Add support for input and output of interval values formatted per ISO 8601;
specifically, we can input either the "format with designators" or the
"alternative format", and we can output the former when IntervalStyle is set
to iso_8601.

Ron Mayer
doc/src/sgml/config.sgml
doc/src/sgml/datatype.sgml
src/backend/utils/adt/datetime.c
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/timestamp.c
src/backend/utils/misc/guc.c
src/bin/psql/tab-complete.c
src/include/miscadmin.h
src/include/utils/datetime.h
src/test/regress/expected/interval.out
src/test/regress/sql/interval.sql