diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-30 21:51:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-30 21:51:41 +0000 |
commit | cf9c2be7e89a18ede13e0bc5463f7d40ab7a34d1 (patch) | |
tree | 142e7ff698b78ce5e8237a0bf2657e95e4e0022c | |
parent | 45edc20283fc870f4e0f30450d929f1207a13887 (diff) | |
download | postgresql-cf9c2be7e89a18ede13e0bc5463f7d40ab7a34d1.tar.gz postgresql-cf9c2be7e89a18ede13e0bc5463f7d40ab7a34d1.zip |
Add:
> * Add GUC variable to allow output of interval values in ISO8601 format
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Mar 24 13:15:38 EST 2004 +Last updated: Tue Mar 30 16:51:38 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -75,6 +75,7 @@ Data Types * Allow functions to have a search path specified at creation time * Make LENGTH() of CHAR() not count trailing spaces * Allow substring/replace() to get/set bit values +* Add GUC variable to allow output of interval values in ISO8601 format * ARRAYS |