Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01191c7

Browse files
committed
Add:
> > o Use LC_TIME for localized weekday/month names, rather than > LC_MESSAGES > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php
1 parent 5b68dfb commit 01191c7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -263,6 +263,11 @@ Data Types
263263

264264
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php
265265

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+
266271
o Add ISO INTERVAL handling
267272

268273
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
236236
</li><li>Extend timezone code to allow 64-bit values so we can
237237
represent years beyond 2038
238238
<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>
239243
</p>
240244
</li><li>Add ISO INTERVAL handling
241245
</li></ul>

0 commit comments

Comments
 (0)