From e135d9631bcf789ce3aa3a351e2d8af7fc743896 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 29 Dec 2005 16:45:11 +0000 Subject: [PATCH] Update: < * Add missing rtree optimizer selectivity > * Improve selectivity functions for geometric operators --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 7f670eaf47..f9a6a4442c 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: Tue Dec 27 22:59:37 EST 2005 +Last updated: Thu Dec 29 11:45:08 EST 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1018,7 +1018,7 @@ Write-Ahead Log Optimizer / Executor ==================== -* Add missing rtree optimizer selectivity +* Improve selectivity functions for geometric operators * Allow ORDER BY ... LIMIT # to select high/low value without sort or index using a sequential scan for highest/lowest values diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 54ccc72139..08be58e18c 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: Tue Dec 27 22:59:37 EST 2005 +Last updated: Thu Dec 29 11:45:08 EST 2005

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

Optimizer / Executor