aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-12 22:24:36 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-12 22:24:36 +0000
commitfa8a73caad5f71e2615680cc06202e2f2c8107f1 (patch)
tree146a6ce2015e601c697718f3bc5ec99c12ba23b9
parent9832a235c5d809b4cba1d6ff2b3e20f4eda2b396 (diff)
downloadpostgresql-fa8a73caad5f71e2615680cc06202e2f2c8107f1.tar.gz
postgresql-fa8a73caad5f71e2615680cc06202e2f2c8107f1.zip
Clarify working in 'top x items using sequential scan' item
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 64e63aa08b3..b992235899e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Feb 11 13:14:25 EST 2002
+Last updated: Tue Feb 12 17:24:00 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -409,6 +409,7 @@ OPTIMIZER / EXECUTOR
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* Allow ORDER BY ... LIMIT to select top values without sort or index
+ using a sequential scan for highest/lowest values
MISCELLANEOUS