]> granicus.if.org Git - postgresql/commitdiff
>
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2006 18:32:07 +0000 (18:32 +0000)
committerBruce Momjian <bruce@momjian.us>
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 (pgman@candle.pha.pa.us)
-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 @@
 <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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated:           Fri Jun 16 14:09:51 EDT 2006
+Last updated:           Fri Jun 16 14:31:59 EDT 2006
 </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>.
@@ -206,6 +206,9 @@ first.
   </li><li>Allow user-defined types to accept 'typmod' parameters
 <p>  <a href="http://archives.postgresql.org/pgsql-hackers/2005-08/msg01142.php">http://archives.postgresql.org/pgsql-hackers/2005-08/msg01142.php</a>
   <a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00012.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00012.php</a>
+</p>
+  </li><li>Add support for public SYNONYMs
+<p>  <a href="http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php">http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php</a>
 </p>
   </li><li>Dates and Times
   <ul>