pgsql: Add: > > o Use LC_TIME for localized weekday/month names,

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > o Use LC_TIME for localized weekday/month names,
Date: 2007-02-14 21:00:17
Message-ID: 20070214210017.D5E2E9FBDD7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

>
> o Use LC_TIME for localized weekday/month names, rather than
> LC_MESSAGES
>
> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2093 -> r1.2094)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2093&r2=1.2094)
pgsql/doc/src/FAQ:
TODO.html (r1.594 -> r1.595)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.594&r2=1.595)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-02-14 21:02:07 pgsql: Make it possible to build with integer datetimes in msvc, and
Previous Message Tom Lane 2007-02-14 20:47:15 pgsql: Add some discussion of sort ordering to indices.sgml, which