From 9507b560318127899423c7c618b83f810b230e80 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 24 Oct 2005 18:08:52 +0000 Subject: [PATCH] Add: > * Allow user-defined functions retuning a domain value to enforce domain > constraints --- doc/TODO | 4 +++- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 9b89d5e659..c95a1c46f8 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: Wed Oct 12 21:23:47 EDT 2005 +Last updated: Mon Oct 24 14:08:49 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -276,6 +276,8 @@ Functions o to_char(INTERVAL '3 years 5 months','MM') => 41 * Add sleep() function, remove from regress.c +* Allow user-defined functions retuning a domain value to enforce domain + constraints Multi-Language Support diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b223ff962c..9ce08ef004 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: Wed Oct 12 21:23:47 EDT 2005 +Last updated: Mon Oct 24 14:08:49 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -258,6 +258,8 @@ first.

  • to_char(INTERVAL '3 years 5 months','MM') => 41
  • Add sleep() function, remove from regress.c +
  • Allow user-defined functions retuning a domain value to enforce domain + constraints
  • Multi-Language Support

    -- 2.11.0