Skip to content

Commit 9507b56

Browse files
committed
Add:
> * Allow user-defined functions retuning a domain value to enforce domain > constraints
1 parent 42b689a commit 9507b56

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Wed Oct 12 21:23:47 EDT 2005
5+
Last updated: Mon Oct 24 14:08:49 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -276,6 +276,8 @@ Functions
276276
o to_char(INTERVAL '3 years 5 months','MM') => 41
277277

278278
* Add sleep() function, remove from regress.c
279+
* Allow user-defined functions retuning a domain value to enforce domain
280+
constraints
279281

280282

281283
Multi-Language Support

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Oct 12 21:23:47 EDT 2005
11+
Last updated: Mon Oct 24 14:08:49 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -258,6 +258,8 @@ <h1><a name="section_5">Functions</a></h1>
258258
</li><li>to_char(INTERVAL '3 years 5 months','MM') =&gt; 41
259259
</li></ul>
260260
</li><li>Add sleep() function, remove from regress.c
261+
</li><li>Allow user-defined functions retuning a domain value to enforce domain
262+
constraints
261263
</li></ul>
262264
<h1><a name="section_6">Multi-Language Support</a></h1>
263265

0 commit comments

Comments
 (0)