From 5c706f1c981102c4c4a211e6b246b2d7dbc1d7e9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Apr 2007 21:25:34 +0000 Subject: [PATCH] Add: > * Fix to_date()-related functions to consistently issue errors > > http://archives.postgresql.org/pgsql-hackers/2007-02/msg00915.php > --- doc/TODO | 6 +++++- doc/src/FAQ/TODO.html | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 8711ae38cb..e15892a639 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Apr 2 17:10:50 EDT 2007 +Last updated: Mon Apr 2 17:25:28 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -325,6 +325,10 @@ Functions * Allow INET subnet tests using non-constants to be indexed * Allow to_date() and to_timestamp() accept localized month names +* Fix to_date()-related functions to consistently issue errors + + http://archives.postgresql.org/pgsql-hackers/2007-02/msg00915.php + * Add missing parameter handling in to_char() http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index badf1350f5..3cbeb1c012 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Apr 2 17:10:50 EDT 2007 +Last updated: Mon Apr 2 17:25:28 EDT 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -295,6 +295,9 @@ first. There is also a developer's wiki at

http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php -- 2.40.0