aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-22 05:01:17 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-22 05:01:17 +0000
commit4a49d69c90ce6078394c573879700a1cb9997190 (patch)
tree27ed64ec8b1b2b986657761d16a2ec76ba5f2835
parentc1ae39a0cd4f3aa464557c4a9f2e1cb126486ee6 (diff)
downloadpostgresql-4a49d69c90ce6078394c573879700a1cb9997190.tar.gz
postgresql-4a49d69c90ce6078394c573879700a1cb9997190.zip
Add:
> * Allow current datestyle to restrict dates; prevent month/day swapping > from making invalid dates valid > * Prevent month/day swapping of ISO dates to make invalid dates valid
-rw-r--r--doc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 2d7ec669b26..f9ae418e8cc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Jun 11 18:09:42 EDT 2003
+Last updated: Sun Jun 22 01:01:16 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -79,6 +79,9 @@ Data Types
* Allow better handling of numeric constants, type conversion [typeconv]
* Allow backend to output result sets in XML
* Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
+* Allow current datestyle to restrict dates; prevent month/day swapping
+ from making invalid dates valid
+* Prevent month/day swapping of ISO dates to make invalid dates valid
* ARRAYS