From 66eccb466e45f8855c2a4823012aed89230ee113 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 3 Mar 2006 02:38:57 +0000 Subject: [PATCH] Add: > * Add missing parameter handling in to_char() > > http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php > --- doc/TODO | 6 +++++- doc/src/FAQ/TODO.html | 9 +++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 8f0e06a7da2..db51549768c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Mar 2 21:18:11 EST 2006 +Last updated: Thu Mar 2 21:38:51 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -283,6 +283,10 @@ Functions pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef() * -Allow to_char() to print localized month names * Allow to_date() and to_timestamp() accept localized month names +* Add missing parameter handling in to_char() + + http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php + * Allow functions to have a schema search path specified at creation time * Allow substring/replace() to get/set bit values * Allow to_char() on interval values to accumulate the highest unit diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 06de2608b13..217a9a983c4 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Mar 2 21:18:11 EST 2006 +Last updated: Thu Mar 2 21:38:51 EST 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -263,7 +263,12 @@ first. pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef()

  • -Allow to_char() to print localized month names
  • Allow to_date() and to_timestamp() accept localized month names -
  • Allow functions to have a schema search path specified at creation time +
  • Add missing parameter handling in to_char() +
  • +

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

    +