>
authorBruce Momjian
Fri, 16 Jun 2006 18:32:07 +0000 (18:32 +0000)
committerBruce Momjian
Fri, 16 Jun 2006 18:32:07 +0000 (18:32 +0000)
> * Add support for public SYNONYMS
>
>   http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php

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

index 493c035ff935821bbfccdcbe98c632e03afc725d..1eb61bddb69ab86da3e6ab8ec51176f001b75373 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jun 16 14:09:51 EDT 2006
+Last updated:      Fri Jun 16 14:31:59 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -227,6 +227,10 @@ Data Types
   http://archives.postgresql.org/pgsql-hackers/2005-08/msg01142.php
   http://archives.postgresql.org/pgsql-hackers/2005-09/msg00012.php
 
+* Add support for public SYNONYMs
+
+  http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php
+
 * Dates and Times
 
    o Allow infinite dates and intervals just like infinite timestamps
index e717ea8bf23bf2e10c904141b0927ceeddc24b33..8e45aad46913e9a4dc8de4628d56047b300ce4f9 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jun 16 14:09:51 EDT 2006
+Last updated:           Fri Jun 16 14:31:59 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -206,6 +206,9 @@ first.
   
  • Allow user-defined types to accept 'typmod' parameters
  •  

      http://archives.postgresql.org/pgsql-hackers/2005-08/msg01142.php

       http://archives.postgresql.org/pgsql-hackers/2005-09/msg00012.php
    +

    +  
  • Add support for public SYNONYMs
  • +

      http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php

     

       
  • Dates and Times
  •