Skip to content

Commit b9be2b2

Browse files
committed
Add:
> * Allow ORDER BY ... LIMIT to select top values without sort or index
1 parent d613aad commit b9be2b2

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: Sat Jan 26 18:08:43 EST 2002
3+
Last updated: Sat Jan 26 23:20:24 EST 2002
44

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

@@ -432,6 +432,7 @@ OPTIMIZER/EXECUTOR
432432
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
433433
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
434434
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
435+
* Allow ORDER BY ... LIMIT to select top values without sort or index
435436

436437
MISCELLANEOUS
437438

0 commit comments

Comments
 (0)