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:40
Message-ID: 20050325160840.B62A45379A@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

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.241 -> r1.242)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.241&r2=1.242)
pgsql/src/backend/utils/adt:
formatting.c (r1.84 -> r1.85)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.84&r2=1.85)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-25 16:08:50 pgsql: Fix to_date to behave reasonably when CC and YY fields are both
Previous Message User Madness 2005-03-25 14:27:05 pgpool - pgpool: pgpool spec file : Initial import