How to pass array of values to a pgplsql function - Mailing list pgsql-general

From Curtis Scheer
Subject How to pass array of values to a pgplsql function
Date
Msg-id 031936836C46D611BB1B00508BE7345D048DAB35@gatekeeper.daycos.com
Whole thread Raw
Responses Re: How to pass array of values to a pgplsql function  (Erik Jones <erik@myemma.com>)
List pgsql-general
Does anyone have any examples of how I would make a stored procedure in
plpgsql that would allow for passing a list or arrays of values to be used
in an sql IN clause?  Like so: select * from table where field1 in (values).
Is this possible?


Thanks,

Curtis

pgsql-general by date:

Previous
From: "Raymond O'Donnell"
Date:
Subject: Re: Simple webuser setup
Next
From: Tom Lane
Date:
Subject: Re: permission to create user