File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22PostgreSQL TODO List
33====================
44Current 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
66
77The most recent version of this document can be viewed at
88http://www.postgresql.org/docs/faqs.TODO.html.
@@ -688,6 +688,11 @@ Exotic Features
688688 needed to enable transaction semantics.
689689
690690* 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
691696
692697
693698PERFORMANCE
Original file line number Diff line number Diff line change 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: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
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 > .
@@ -632,6 +632,13 @@ <h1><a name="section_11">Exotic Features</a></h1>
632632 needed to enable transaction semantics.
633633</ p >
634634 </ 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 >
635642</ li > </ ul >
636643< h2 > < a name ="section_11_1 "> PERFORMANCE</ a > </ h2 >
637644
You can’t perform that action at this time.
0 commit comments