Skip to content

Commit 4dc2bce

Browse files
committed
Mark IN performance problem as fixed in 7.4
1 parent dc87ea7 commit 4dc2bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/FAQ

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Jan 17 12:15:04 EST 2003
4+
Last updated: Sat Jan 25 21:43:37 EST 2003
55

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

@@ -1015,8 +1015,8 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
10151015
FROM tab
10161016
WHERE EXISTS (SELECT subcol FROM subtab WHERE subcol = col);
10171017

1018-
For this to be fast, subcol should be an indexed column. We hope to
1019-
fix this limitation in a future release.
1018+
For this to be fast, subcol should be an indexed column. This
1019+
preformance problem will be fixed in 7.4.
10201020

10211021
4.23) How do I perform an outer join?
10221022

0 commit comments

Comments
 (0)