File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Sat May 21 17:31:53 EDT 2005
5
+ Last updated: Fri May 27 18:01:15 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -688,6 +688,11 @@ Exotic Features
688
688
needed to enable transaction semantics.
689
689
690
690
* Add two-phase commit
691
+ * Add the features of packages
692
+ o Make private objects accessable only to objects in the same schema
693
+ o Allow current_schema.objname to access current schema objects
694
+ o Add session variables
695
+ o Allow nested schemas
691
696
692
697
693
698
PERFORMANCE
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Sat May 21 17:31:53 EDT 2005
11
+ Last updated: Fri May 27 18:01:15 EDT 2005
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 > .
@@ -632,6 +632,13 @@ <h1><a name="section_11">Exotic Features</a></h1>
632
632
needed to enable transaction semantics.
633
633
</ p >
634
634
</ li > < li > Add two-phase commit
635
+ </ li > < li > Add the features of packages
636
+ < ul >
637
+ < li > Make private objects accessable only to objects in the same schema
638
+ </ li > < li > Allow current_schema.objname to access current schema objects
639
+ </ li > < li > Add session variables
640
+ </ li > < li > Allow nested schemas
641
+ </ li > </ ul >
635
642
</ li > </ ul >
636
643
< h2 > < a name ="section_11_1 "> PERFORMANCE</ a > </ h2 >
637
644
You can’t perform that action at this time.
0 commit comments