diff options
author | Bruce Momjian | 2002-03-04 16:50:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-03-04 16:50:36 +0000 |
commit | 6488c9d12fed57649f0bfa7c9f2d18e6a21ad73c (patch) | |
tree | 4b5f5fff0c8aa8affc6577f4a131d278a7380cfc | |
parent | 493d09802e787a96b39cb9ece85eefc9fa67c5b3 (diff) |
Modify:
< * Add GUC parameter for eurodates
> * Add GUC parameter for DATESTYLE
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Mar 4 11:19:14 EST 2002 +Last updated: Mon Mar 4 11:49:24 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -79,7 +79,7 @@ DATA TYPES * Functions returning sets do not totally work * Change factorial to return a numeric * Add function to return compressed length of TOAST data values (Tom) -* Add GUC parameter for eurodates +* Add GUC parameter for DATESTYLE * CONVERSION o Store binary-compatible type information in the system |