Skip to content

Commit 770156e

Browse files
committed
Add:
> * Add the features of packages > o Make private objects accessable only to objects in the same schema > o Allow current_schema.objname to access current schema objects > o Add session variables > o Allow nested schemas
1 parent d4b50ca commit 770156e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://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

693698
PERFORMANCE

doc/src/FAQ/TODO.html

Lines changed: 8 additions & 1 deletion
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: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

0 commit comments

Comments
 (0)