diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-02-29 14:56:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-02-29 14:56:50 +0000 |
commit | 4db0d87c9d6c819346f1e4012a44437bf9191a29 (patch) | |
tree | 3145cd40f128efc0b1379e6351df9e2fe3afac0e /doc/src | |
parent | 02504dfd0a1149c40597d8ec07ebb3eda4871f69 (diff) |
Update wording:
< * Add Oracle-style packages (Pavel)
> * Add features of Oracle-style packages (Pavel)
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 6d6e80d9d33..ba022986968 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <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/> -Last updated: Sat Feb 16 18:27:24 EST 2008 +Last updated: Fri Feb 29 09:56:41 EST 2008 </p> <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>. @@ -1245,7 +1245,7 @@ first. There is also a developer's wiki at<br/> modification. </p> </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, public/private functions, and initialization functions. It is also possible to implement these capabilities |