1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
> * Allow user-defined functions retuning a domain value to enforce domain
>   constraints
This commit is contained in:
Bruce Momjian
2005-10-24 18:08:52 +00:00
parent 42b689aed4
commit 9507b56031
2 changed files with 6 additions and 2 deletions

View File

@ -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