File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -555,7 +555,6 @@ Views / Rules
555
555
http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php
556
556
557
557
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
558
- * Allow NOTIFY in rules involving conditionals
559
558
* Allow VIEW/RULE recompilation when the underlying tables change
560
559
561
560
Another issue is whether underlying table changes should be reflected
@@ -881,6 +880,11 @@ SQL Commands
881
880
882
881
http://archives.postgresql.org/pgsql-general/2008-01/msg00057.php
883
882
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
+
884
888
885
889
886
890
Referential Integrity
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
484
484
< a href ="http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php "> http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php</ a >
485
485
</ p >
486
486
</ li > < li > Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
487
- </ li > < li > Allow NOTIFY in rules involving conditionals
488
487
</ li > < li > Allow VIEW/RULE recompilation when the underlying tables change
489
488
< p > Another issue is whether underlying table changes should be reflected
490
489
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>
760
759
to the client, rather than sent as a single notification to the
761
760
listener
762
761
< 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 >
763
766
</ p >
764
767
</ li > </ ul >
765
768
</ li > </ ul >
You can’t perform that action at this time.
0 commit comments