Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1e40da4

Browse files
committed
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
1 parent 6d2b258 commit 1e40da4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

doc/TODO

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Tue Apr 15 11:06:48 EDT 2008
4+
Last updated: Tue Apr 15 11:08:50 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -555,7 +555,6 @@ Views / Rules
555555
http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php
556556

557557
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
558-
* Allow NOTIFY in rules involving conditionals
559558
* Allow VIEW/RULE recompilation when the underlying tables change
560559

561560
Another issue is whether underlying table changes should be reflected
@@ -881,6 +880,11 @@ SQL Commands
881880

882881
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
883882

883+
o Allow NOTIFY in rules involving conditionals
884+
o Improve LISTEN concurrency
885+
886+
http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php
887+
884888

885889

886890
Referential Integrity

doc/src/FAQ/TODO.html

+5-2
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Apr 15 11:06:48 EDT 2008
11+
Last updated: Tue Apr 15 11:08:50 EDT 2008
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>.
@@ -484,7 +484,6 @@ <h1><a name="section_6">Views / Rules</a></h1>
484484
<a href="http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php">http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php</a>
485485
</p>
486486
</li><li>Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
487-
</li><li>Allow NOTIFY in rules involving conditionals
488487
</li><li>Allow VIEW/RULE recompilation when the underlying tables change
489488
<p> Another issue is whether underlying table changes should be reflected
490489
in the view, e.g. should SELECT * show additional columns if they
@@ -760,6 +759,10 @@ <h1><a name="section_7">SQL Commands</a></h1>
760759
to the client, rather than sent as a single notification to the
761760
listener
762761
<p> <a href="http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php">http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php</a>
762+
</p>
763+
</li><li>Allow NOTIFY in rules involving conditionals
764+
</li><li>Improve LISTEN concurrency
765+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php</a>
763766
</p>
764767
</li></ul>
765768
</li></ul>

0 commit comments

Comments
 (0)