Add item:
authorBruce Momjian
Tue, 29 Jan 2008 16:11:19 +0000 (16:11 +0000)
committerBruce Momjian
Tue, 29 Jan 2008 16:11:19 +0000 (16:11 +0000)
> * Add anonymous transactions
>
>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php
>

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

index 8a7ba46ac6a162c64038f0102a58884dfbb329e3..784b685cdc31bf02c9c77631864f4d5ffb937323 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jan 29 11:09:18 EST 2008
+Last updated:      Tue Jan 29 11:11:09 EST 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1397,13 +1397,13 @@ Exotic Features
 * Allow plug-in modules to emulate features from other databases
 * Add 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
-     in any schema and not use a separate "packages"
-     syntax at all.
+  A package would be a schema with session-local variables,
+  public/private functions, and initialization functions.  It
+  is also possible to implement these capabilities
+  in any schema and not use a separate "packages"
+  syntax at all.
 
-     http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
+  http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
 
 * Consider allowing control of upper/lower case folding of unquoted
   identifiers
@@ -1411,6 +1411,11 @@ Exotic Features
   http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
   http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
 
+* Add anonymous transactions
+
+  http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php
+
+
 
 Features We Do _Not_ Want
 =========================
index 7223708debd8194092e3f28c2f04856d78e88803..aa01a2ac80f0cf7e1424b18e2b0370fd79cdc660 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jan 29 11:09:18 EST 2008
+Last updated:           Tue Jan 29 11:11:09 EST 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1239,20 +1239,21 @@ first.  There is also a developer's wiki at
 

   
  • Allow plug-in modules to emulate features from other databases
  •    
  • Add 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
    -          in any schema and not use a separate "packages"
    -          syntax at all.
    +

      A package would be a schema with session-local variables,

    +  public/private functions, and initialization functions.  It
    +  is also possible to implement these capabilities
    +  in any schema and not use a separate "packages"
    +  syntax at all.
     

    -

              http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php

    +

      http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php

     

    -
      -  
    • Consider allowing control of upper/lower case folding of unquoted
    • +  
    • Consider allowing control of upper/lower case folding of unquoted
    •    identifiers
       

        http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php

         http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
      +

      +  
    • Add anonymous transactions
    • +

        http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php

       

       
       

      Features We Do Not Want