Re: WHERE col = ANY($1) extended to 2 or more columns?
От
Alban Hertroys
Тема
Re: WHERE col = ANY($1) extended to 2 or more columns?
Дата
Msg-id
024441B3-5505-42FB-A665-8DE93B54A1C7@gmail.com
Ответ на
WHERE col = ANY($1) extended to 2 or more columns? (Dominique Devienne)
Список
Дерево обсуждения
WHERE col = ANY($1) extended to 2 or more columns? Dominique Devienne <ddevienne@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? Alban Hertroys <haramrae@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? "David G. Johnston" <david.g.johnston@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? Dominique Devienne <ddevienne@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: WHERE col = ANY($1) extended to 2 or more columns? "Peter J. Holzer" <hjp-pgsql@hjp.at>
Re: WHERE col = ANY($1) extended to 2 or more columns? Alban Hertroys <haramrae@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? "David G. Johnston" <david.g.johnston@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? Dominique Devienne <ddevienne@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? Dominique Devienne <ddevienne@gmail.com>
Re: WHERE col = ANY($1) extended to 2 or more columns? "David G. Johnston" <david.g.johnston@gmail.com>
> On 9 Feb 2023, at 16:41, Dominique Devienne wrote: > > Hi. We are implementing an API which takes a list of row keys, and must return info about those rows. To implement that efficiently, in as few round-trips as possible, we bind a (binary) array of keys (ints, uuids, or strings) and that works great, but only if the key is a scalar one. > > Now we'd like to do the same for composite keys, and I don't know how to do that. > Is it possible? Could someone please help out or demo such a thing? > We are doing it in C++ using libpq, but a pure SQL or PL/pgSQL demo would still help (I think). This works: => select (1, 'one'::text) in ((1, 'two'::text), (2, 'one'::text), (1, 'one'::text), (2, 'two'::text)); ?column? ---------- t (1 row) Alban Hertroys -- If you can't see the forest for the trees, cut the trees and you'll find there is no forest.
В списке pgsql-general по дате отправления
От: David G. Johnston
Дата:
От: David G. Johnston
Дата: