Commit 4db0d87c authored by Bruce Momjian's avatar Bruce Momjian

Update wording:

< * Add Oracle-style packages  (Pavel)
> * Add features of Oracle-style packages  (Pavel)
parent 02504dfd
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat Feb 16 18:27:24 EST 2008 Last updated: Fri Feb 29 09:56:41 EST 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.
...@@ -1403,7 +1403,7 @@ Exotic Features ...@@ -1403,7 +1403,7 @@ Exotic Features
modification. modification.
* Allow plug-in modules to emulate features from other databases * Allow plug-in modules to emulate features from other databases
* Add Oracle-style packages (Pavel) * Add features of Oracle-style packages (Pavel)
A package would be a schema with session-local variables, A package would be a schema with session-local variables,
public/private functions, and initialization functions. It public/private functions, and initialization functions. It
......
...@@ -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: Sat Feb 16 18:27:24 EST 2008 Last updated: Fri Feb 29 09:56:41 EST 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>.
...@@ -1245,7 +1245,7 @@ first. There is also a developer's wiki at<br/> ...@@ -1245,7 +1245,7 @@ first. There is also a developer's wiki at<br/>
modification. modification.
</p> </p>
</li><li>Allow plug-in modules to emulate features from other databases </li><li>Allow plug-in modules to emulate features from other databases
</li><li>Add Oracle-style packages (Pavel) </li><li>Add features of Oracle-style packages (Pavel)
<p> A package would be a schema with session-local variables, <p> A package would be a schema with session-local variables,
public/private functions, and initialization functions. It public/private functions, and initialization functions. It
is also possible to implement these capabilities is also possible to implement these capabilities
......
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