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 @@
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/2007-02/msg00915.php +
http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php