We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc87ea7 commit 4dc2bceCopy full SHA for 4dc2bce
doc/FAQ
@@ -1,7 +1,7 @@
1
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
4
- Last updated: Fri Jan 17 12:15:04 EST 2003
+ Last updated: Sat Jan 25 21:43:37 EST 2003
5
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
@@ -1015,8 +1015,8 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
1015
FROM tab
1016
WHERE EXISTS (SELECT subcol FROM subtab WHERE subcol = col);
1017
1018
- For this to be fast, subcol should be an indexed column. We hope to
1019
- fix this limitation in a future release.
+ For this to be fast, subcol should be an indexed column. This
+ preformance problem will be fixed in 7.4.
1020
1021
4.23) How do I perform an outer join?
1022
0 commit comments