Add support for input and output of interval values formatted per ISO 8601;

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

Commit: a4917bef0ead2424bf0c2eeb05dfb681dff33574
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-11T02:42:33Z
Releases: 8.4.0
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

Files