From: Bruce Momjian Date: Fri, 16 Jun 2006 18:32:07 +0000 (+0000) Subject: > X-Git-Tag: REL8_2_BETA1~737 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=632545d15cd94aea55f24c1c38253012611e7399;p=thirdparty%2Fpostgresql.git > > * Add support for public SYNONYMS > > http://archives.postgresql.org/pgsql-hackers/2006-03/msg00519.php --- 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 @@

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