|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jun11 18:09:42 EDT 2003 |
| 3 | +Last updated:Sun Jun22 01:01:16 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -79,6 +79,9 @@ Data Types
|
79 | 79 | * Allow better handling of numeric constants, type conversion [typeconv]
|
80 | 80 | * Allow backend to output result sets in XML
|
81 | 81 | * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
|
| 82 | +* Allow current datestyle to restrict dates; prevent month/day swapping |
| 83 | + from making invalid dates valid |
| 84 | +* Prevent month/day swapping of ISO dates to make invalid dates valid |
82 | 85 |
|
83 | 86 |
|
84 | 87 | * ARRAYS
|
|