File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Mon Jun 23 15:22:26 EDT 2003
3
+ Last updated: Mon Jun 23 15:33:30 EDT 2003
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -82,6 +82,7 @@ Data Types
82
82
* Allow current datestyle to restrict dates; prevent month/day swapping
83
83
from making invalid dates valid
84
84
* Prevent month/day swapping of ISO dates to make invalid dates valid
85
+ * Have initdb set DateStyle based on locale?
85
86
86
87
87
88
* ARRAYS
@@ -452,7 +453,7 @@ Source Code
452
453
* Acquire lock on a relation before building a relcache entry for it
453
454
* Research interaction of setitimer() and sleep() used by statement_timeout
454
455
* Add checks for fclose() failure
455
- * Change CVS $Id: TODO,v 1.1060 2003/06/23 19:22:30 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1060 2003/06/23 19:22:30 momjian Exp $
456
+ * Change CVS $Id: TODO,v 1.1061 2003/06/23 19:33:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1061 2003/06/23 19:33:40 momjian Exp $
456
457
* Exit postmaster if postgresql.conf can not be opened
457
458
458
459
* Wire Protocol Changes
You can’t perform that action at this time.
0 commit comments