From 52d010d857f6250ccb6e8e12dd95001274716fa2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 26 Feb 2006 21:22:47 +0000 Subject: [PATCH] Done: > * -Add 'tid != tid ' operator for use in corruption recovery --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/TODO b/doc/TODO index e5e7392d16..75b752a0d1 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: Sat Feb 25 11:34:42 EST 2006 +Last updated: Sun Feb 26 16:22:48 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -198,7 +198,7 @@ Data Types * -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr * -Allow INET + INT8 to increment the host part of the address or throw an error on overflow -* %Add 'tid != tid ' operator for use in corruption recovery +* -Add 'tid != tid ' operator for use in corruption recovery * Allow user-defined types to specify a type modifier at table creation time diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 74acb265a4..e4a616614d 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: Sat Feb 25 11:34:42 EST 2006 +Last updated: Sun Feb 26 16:22:48 EST 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -184,7 +184,7 @@ first.

  • -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
  • -Allow INET + INT8 to increment the host part of the address or throw an error on overflow -
  • %Add 'tid != tid ' operator for use in corruption recovery +
  • -Add 'tid != tid ' operator for use in corruption recovery
  • Allow user-defined types to specify a type modifier at table creation time
  • Dates and Times @@ -304,9 +304,9 @@ first.

    Views / Rules

  • UPDATE