From 58592150150e8fca89ac614d12ed896630919566 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 6 Jun 2005 22:03:44 +0000 Subject: [PATCH] Add: > * Fix incorrect rtree results due to wrong assumptions about "over" > operator semantics [rtree] --- doc/TODO | 5 +++-- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index 76d70d5308..57b417b73e 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 Jun 4 23:39:40 EDT 2005 +Last updated: Mon Jun 6 18:03:40 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -362,7 +362,8 @@ Indexes one column or expression indexes, perhaps using per-index statistics * Add fillfactor to control reserved free space during index creation * Allow the creation of indexes with mixed ascending/descending specifiers - +* Fix incorrect rtree results due to wrong assumptions about "over" + operator semantics [rtree] Commands ======== diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 75022db003..eb6f7fa255 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 Jun 4 23:39:40 EDT 2005 +Last updated: Mon Jun 6 18:03:40 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -335,6 +335,8 @@ first. one column or expression indexes, perhaps using per-index statistics

  • Add fillfactor to control reserved free space during index creation
  • Allow the creation of indexes with mixed ascending/descending specifiers +
  • Fix incorrect rtree results due to wrong assumptions about "over" + operator semantics [rtree]
  • Commands