|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sun Jun 22 01:01:16 EDT 2003 |
| 3 | +Last updated:Sun Jun 22 01:04:43 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -80,7 +80,7 @@ Data Types
|
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 | 82 | * Allow current datestyle to restrict dates; prevent month/day swapping
|
83 |
| - from making invalid dates valid |
| 83 | + from making invalid dates valid? |
84 | 84 | * Prevent month/day swapping of ISO dates to make invalid dates valid
|
85 | 85 |
|
86 | 86 |
|
|