calling stored procedure with array paramenter (for psql) - Mailing list pgsql-general

From Assad Jarrahian
Subject calling stored procedure with array paramenter (for psql)
Date
Msg-id 4bd3e1480601091633q79a2a7d8m6b9111fa29bef5ee@mail.gmail.com
Whole thread Raw
Responses Re: calling stored procedure with array paramenter (for psql)
List pgsql-general
I have a pg_psql stored procedure

getlms(_int4)

from psql

SELECT * fROM get_lms(ARRAY[12,23,34]);

that does not work. How do I pass an array to a function in psql?
Please help. Thanks.
-assad

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [ANNOUNCE] CRITICAL RELEASE: Minor Releases to Fix DoS
Next
From: Michael Fuhr
Date:
Subject: Re: calling stored procedure with array paramenter (for psql)