Skip to content

Commit fa8a73c

Browse files
committed
Clarify working in 'top x items using sequential scan' item
1 parent 9832a23 commit fa8a73c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Feb 11 13:14:25 EST 2002
3+
Last updated: Tue Feb 12 17:24:00 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -409,6 +409,7 @@ OPTIMIZER / EXECUTOR
409409
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
410410
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
411411
* Allow ORDER BY ... LIMIT to select top values without sort or index
412+
using a sequential scan for highest/lowest values
412413

413414

414415
MISCELLANEOUS

0 commit comments

Comments
 (0)