Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6035cd commit 7c25123Copy full SHA for 7c25123
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Wed Jan 12 20:45:08 EST 2000
+Last updated: Wed Jan 12 20:53:32 EST 2000
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -226,7 +226,8 @@ FSYNC
226
227
INDEXES
228
229
-* Use indexes in ORDER BY for restrictive data sets, min(), max()
+* Use indexes in ORDER BY for restrictive data sets
230
+* Use indexes in ORDER BY for min(), max()
231
* Pull requested data directly from indexes, bypassing heap data
232
* Use index to restrict rows returned by multi-key index when used with
233
non-consecutive keys or OR clauses, so fewer heap accesses
0 commit comments