Re: [HACKERS] Passing an array or record to a stored procedure in PostgreSQL

2011-05-18 Thread Merlin Moncure
On Wed, May 18, 2011 at 12:40 AM, Max Bourinov wrote: > Hi Highly Respected Hackers! > > I have a task to pass arrays, records and in some cases array of > records as a parameter to the stored procedures in PostgreSQL. I will > use JDBC to work with PostgreSQL 9.0 At first I would like to learn >

[HACKERS] Passing an array or record to a stored procedure in PostgreSQL

2011-05-17 Thread Max Bourinov
Hi Highly Respected Hackers! I have a task to pass arrays, records and in some cases array of records as a parameter to the stored procedures in PostgreSQL. I will use JDBC to work with PostgreSQL 9.0 At first I would like to learn how to pass arrays. Any ideas? p.s. Google and http://dba.stacke