mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add:
> * Allow user-defined functions retuning a domain value to enforce domain > constraints
This commit is contained in:
4
doc/TODO
4
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
|
||||
|
Reference in New Issue
Block a user