Commit 4a49d69c authored by Bruce Momjian's avatar Bruce Momjian

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
parent c1ae39a0
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment