pgsql: Add: > * Fix to_date()-related functions to consistently issue

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > * Fix to_date()-related functions to consistently issue
Date: 2007-04-02 21:25:34
Message-ID: 20070402212534.2503C9FB1C3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

> * Fix to_date()-related functions to consistently issue errors
>
> http://archives.postgresql.org/pgsql-hackers/2007-02/msg00915.php
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.2144 -> r1.2145)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2144&r2=1.2145)
pgsql/doc/src/FAQ:
TODO.html (r1.645 -> r1.646)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.645&r2=1.646)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-02 21:28:10 pgsql: Pl/python -> Pl/PythonU: < o Add table function support to
Previous Message Bruce Momjian 2007-04-02 21:11:09 Re: [HACKERS] pgsql: Fix for plpython functions; return true/false for boolean,