How to use Integer array in where IN clause parameter - Mailing list pgsql-general

From Ranjan Kumar Baisak
Subject How to use Integer array in where IN clause parameter
Date
Msg-id 46C4993E.9030906@nyc.yamaha.com
Whole thread Raw
Responses Re: How to use Integer array in where IN clause parameter  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-general
Hello,
         Can anybody suggest me how to use Integer array inside a function in where IN clause.
In my function, I have used it like
WHERE   d_base.id in (array_to_string (integer_array, ','))

However it does not work. ANy suggestion?

pgsql-general by date:

Previous
From: "madhtr"
Date:
Subject: Re: pqlib in c++: PQconnectStart PQconnectPoll
Next
From: "Scott Marlowe"
Date:
Subject: Re: Yet Another COUNT(*)...WHERE...question