Re: PQexecParams question - Mailing list pgsql-general

From Pavel Stehule
Subject Re: PQexecParams question
Date
Msg-id 162867790810121005y6e33cdc3oae76801a2f59d250@mail.gmail.com
Whole thread Raw
In response to Re: PQexecParams question  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Responses Re: PQexecParams question  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
List pgsql-general
Hello

2008/10/12 Grzegorz Jaśkiewicz <gryzman@gmail.com>:
> I don't see that working using arrays here. Can you elaborate please ?
>

select * from foo where a = any ($1)

postgres=# select 1 = any(array[1,2,3]);
 ?column?
----------
 t
(1 row)

regards
Pavel Stehule

pgsql-general by date:

Previous
From: Martin Gainty
Date:
Subject: Re: Need schema design advice
Next
From: James Hitz
Date:
Subject: Chart of Accounts