What exactly are you trying to do? AFAIK postres can return a result from a function like select sum(column) from table and the result will be in a field named sum but as far as returning an array, I'm not sure.
Dave
-----Original Message----- From: pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Jose Luis LG Sent: Wednesday, February 13, 2002 9:25 AM To: pgsql-jdbc@postgresql.org Subject: [JDBC] pl/pgsql array return
Hi,
I hope someone can help me.Is it possible to return an array of results from a query in a function in pl/pgsql and get this result via the jdbc.Could someone send me an example of how this is done.