Skip to content

Commit 6403a67

Browse files
committed
Add with '?':
> * Have initdb set DateStyle based on locale?
1 parent 3bfabc3 commit 6403a67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Jun 23 15:22:26 EDT 2003
3+
Last updated: Mon Jun 23 15:33:30 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -82,6 +82,7 @@ Data Types
8282
* Allow current datestyle to restrict dates; prevent month/day swapping
8383
from making invalid dates valid
8484
* Prevent month/day swapping of ISO dates to make invalid dates valid
85+
* Have initdb set DateStyle based on locale?
8586

8687

8788
* ARRAYS
@@ -452,7 +453,7 @@ Source Code
452453
* Acquire lock on a relation before building a relcache entry for it
453454
* Research interaction of setitimer() and sleep() used by statement_timeout
454455
* 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 $
456457
* Exit postmaster if postgresql.conf can not be opened
457458

458459
* Wire Protocol Changes

0 commit comments

Comments
 (0)