summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-04-15 15:08:59 +0000
committerBruce Momjian <bruce@momjian.us>2008-04-15 15:08:59 +0000
commit1e40da49ae048a89ff258f23b1fd08eced2e1eec (patch)
tree72c5f5b544ecd01a6650f24e3b8f6cd01aa73ba1 /doc/TODO
parent6d2b258ad022744ee2980b0d8781931ebf66308c (diff)
Add TODO item:
< * Allow NOTIFY in rules involving conditionals > > o Allow NOTIFY in rules involving conditionals > o Improve LISTEN concurrency > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8eff9ab9406..c174260ca85 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Apr 15 11:06:48 EDT 2008
+Last updated: Tue Apr 15 11:08:50 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -555,7 +555,6 @@ Views / Rules
http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
-* Allow NOTIFY in rules involving conditionals
* Allow VIEW/RULE recompilation when the underlying tables change
Another issue is whether underlying table changes should be reflected
@@ -881,6 +880,11 @@ SQL Commands
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
+ o Allow NOTIFY in rules involving conditionals
+ o Improve LISTEN concurrency
+
+ http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php
+
Referential Integrity