File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Tue Feb 13 23:24:39 EST 2007
5
+ Last updated: Wed Feb 14 16:00:14 EST 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -263,6 +263,11 @@ Data Types
263
263
264
264
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php
265
265
266
+ o Use LC_TIME for localized weekday/month names, rather than
267
+ LC_MESSAGES
268
+
269
+ http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php
270
+
266
271
o Add ISO INTERVAL handling
267
272
268
273
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Tue Feb 13 23:24:39 EST 2007
11
+ Last updated: Wed Feb 14 16:00:14 EST 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -236,6 +236,10 @@ <h1><a name="section_4">Data Types</a></h1>
236
236
</ li > < li > Extend timezone code to allow 64-bit values so we can
237
237
represent years beyond 2038
238
238
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php "> http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php</ a >
239
+ </ p >
240
+ </ li > < li > Use LC_TIME for localized weekday/month names, rather than
241
+ LC_MESSAGES
242
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php "> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php</ a >
239
243
</ p >
240
244
</ li > < li > Add ISO INTERVAL handling
241
245
</ li > </ ul >
You can’t perform that action at this time.
0 commit comments