pgsql: Fix to_date to behave reasonably when CC and YY fields are both

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix to_date to behave reasonably when CC and YY fields are both
Date: 2005-03-25 16:08:50
Message-ID: 20050325160850.8A3C25379D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-25 16:17:28 pgsql: Add missing min/max parameters to DefineCustomIntVariable() and
Previous Message Tom Lane 2005-03-25 16:08:40 pgsql: Fix to_date to behave reasonably when CC and YY fields are both