pgsql: Completed: * -Have initdb set the input DateStyle (MDY or DMY) - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Completed: * -Have initdb set the input DateStyle (MDY or DMY)
Date
Msg-id 20051209163520.EE88F9DD761@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Completed:

* -Have initdb set the input DateStyle (MDY or DMY) based on locale

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1721 -> r1.1722)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1721&r2=1.1722)
    pgsql/doc/src/FAQ:
        TODO.html (r1.227 -> r1.228)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.227&r2=1.228)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Let initdb detect the date order of the lc_time locale and
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix core dump in error path of plpgsql_parse_tripwordtype.