diff --git a/doc/TODO b/doc/TODO index a8cb0addd08..34290b8a69c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== 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 http://www.postgresql.org/docs/faqs.TODO.html. @@ -1403,7 +1403,7 @@ Exotic Features modification. * 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, public/private functions, and initialization functions. It 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 @@
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
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1245,7 +1245,7 @@ first. There is also a developer's wiki at
modification.
A package would be a schema with session-local variables, public/private functions, and initialization functions. It is also possible to implement these capabilities