Re: Is there any chance to get some kind of a result set sifting mechanism in Postgres? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Is there any chance to get some kind of a result set sifting mechanism in Postgres?
Date
Msg-id 828853.1715624526@sss.pgh.pa.us
Whole thread Raw
In response to Re: Is there any chance to get some kind of a result set sifting mechanism in Postgres?  (aa <ghevge@gmail.com>)
List pgsql-hackers
aa <ghevge@gmail.com> writes:
> If you call the action of "sifting" ordering, then yes. If you don't call
> it ordering, then no.
> In essence, is the output of a filtering mechanism, done in a single result
> set pass. And this pass should be the same pass in charge of collecting the
> result set in the first place.

Sounds a lot like a WHERE clause to me.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: On the use of channel binding without server certificates (was: Direct SSL connection with ALPN and HBA rules)
Next
From: Noah Misch
Date:
Subject: Re: race condition in pg_class