Update wording:
authorBruce Momjian
Fri, 29 Feb 2008 14:56:50 +0000 (14:56 +0000)
committerBruce Momjian
Fri, 29 Feb 2008 14:56:50 +0000 (14:56 +0000)
< * Add Oracle-style packages  (Pavel)
> * Add features of Oracle-style packages  (Pavel)

doc/TODO
doc/src/FAQ/TODO.html

index a8cb0addd08f69a96acbb4a3b0f5e72776cbe783..34290b8a69c4f460b7f03cae8e02d096a166dbb3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 6d6e80d9d33ab94611f2242b1607c5fd3a4517de..ba02298696853fa53d6cee5efe24ab852968cc2c 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
 

   
  • 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
       is also possible to implement these capabilities