]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Sun, 22 Jun 2003 05:01:17 +0000 (05:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 22 Jun 2003 05:01:17 +0000 (05:01 +0000)
> * 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

doc/TODO

index 2d7ec669b2643cc04d5e56cfdc9abe591632c303..f9ae418e8ccb57f123ebbb1f480799ea67d1ff2b 100644 (file)
--- 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