pgsql: Fix to_date to behave reasonably when CC and YY fields are both - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix to_date to behave reasonably when CC and YY fields are both
Date
Msg-id 20050325160850.8A3C25379D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix to_date to behave reasonably when CC and YY fields are both used.
Karel Zak

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.234.4.3 -> r1.234.4.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.234.4.3&r2=1.234.4.4)
    pgsql/src/backend/utils/adt:
        formatting.c (r1.84 -> r1.84.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.84&r2=1.84.4.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix to_date to behave reasonably when CC and YY fields are both
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing min/max parameters to DefineCustomIntVariable() and