aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-16 18:32:07 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-16 18:32:07 +0000
commit632545d15cd94aea55f24c1c38253012611e7399 (patch)
treef84d161256beb96f993725121df24e1367d5a9e5
parent16d8e82221e7314e51b947452a4c2ba6f1f2367d (diff)
downloadpostgresql-632545d15cd94aea55f24c1c38253012611e7399.tar.gz
postgresql-632545d15cd94aea55f24c1c38253012611e7399.zip
>
> * Add support for public SYNONYMS > > http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html5
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 493c035ff93..1eb61bddb69 100644
--- 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
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index e717ea8bf23..8e45aad4691 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -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>.
@@ -207,6 +207,9 @@ first.
<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>
<li>Allow infinite dates and intervals just like infinite timestamps