Re: [PERFORM] temporary indexes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PERFORM] temporary indexes
Date
Msg-id 16797.1141150016@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PERFORM] temporary indexes  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: [PERFORM] temporary indexes  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> EXISTS works in situations where
> you need to compare on multiple columns, so it is useful in many
> situations where IN or MIN/MAX techniques just don't work.

IN works fine on multiple columns:

    (foo, bar, baz) IN (SELECT x, y, z FROM ...)

            regards, tom lane

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Dead Space Map
Next
From: Tom Lane
Date:
Subject: Re: Dead Space Map