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 3c731e0 commit d12be5cCopy full SHA for d12be5c
doc/FAQ
@@ -1,7 +1,7 @@
1
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
4
- Last updated: Sun Jan 12 13:36:11 EST 2003
+ Last updated: Fri Jan 17 12:15:04 EST 2003
5
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
@@ -749,6 +749,10 @@
749
ORDER BY col [ DESC ]
750
LIMIT 1;
751
752
+ If you believe the optimizer is incorrect in choosing a sequential
753
+ scan, use SET enable_seqscan TO 'off' and run tests to see if an index
754
+ scan is indeed faster.
755
+
756
When using wild-card operators such as LIKE or ~, indexes can only be
757
used in certain circumstances:
758
* The beginning of the search string must be anchored to the start
0 commit comments