Commit 1e40da49 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 6d2b258a
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -555,7 +555,6 @@ Views / Rules ...@@ -555,7 +555,6 @@ Views / Rules
http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW * 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 * Allow VIEW/RULE recompilation when the underlying tables change
Another issue is whether underlying table changes should be reflected Another issue is whether underlying table changes should be reflected
...@@ -881,6 +880,11 @@ SQL Commands ...@@ -881,6 +880,11 @@ SQL Commands
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php 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 Referential Integrity
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Tue Apr 15 11:06:48 EDT 2008 Last updated: Tue Apr 15 11:08:50 EDT 2008
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -484,7 +484,6 @@ first. There is also a developer's wiki at<br/> ...@@ -484,7 +484,6 @@ first. There is also a developer's wiki at<br/>
<a href="http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php">http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php</a> <a href="http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php">http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php</a>
</p> </p>
</li><li>Add the functionality for WITH CHECK OPTION clause of CREATE VIEW </li><li>Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
</li><li>Allow NOTIFY in rules involving conditionals
</li><li>Allow VIEW/RULE recompilation when the underlying tables change </li><li>Allow VIEW/RULE recompilation when the underlying tables change
<p> Another issue is whether underlying table changes should be reflected <p> Another issue is whether underlying table changes should be reflected
in the view, e.g. should SELECT * show additional columns if they in the view, e.g. should SELECT * show additional columns if they
...@@ -760,6 +759,10 @@ first. There is also a developer's wiki at<br/> ...@@ -760,6 +759,10 @@ first. There is also a developer's wiki at<br/>
to the client, rather than sent as a single notification to the to the client, rather than sent as a single notification to the
listener listener
<p> <a href="http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php">http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php</a> <p> <a href="http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php">http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php</a>
</p>
</li><li>Allow NOTIFY in rules involving conditionals
</li><li>Improve LISTEN concurrency
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg01106.php</a>
</p> </p>
</li></ul> </li></ul>
</li></ul> </li></ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment