Re: function returning select result to JDBC

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: giozh <giozh(at)yahoo(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: function returning select result to JDBC
Date: 2013-07-12 10:18:38
Message-ID: CA+h6Ahgztgnz9khb8Pf66MrvNuQA4smvwXgrw68i+MZRbTNANg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 12, 2013 at 3:26 PM, giozh <giozh(at)yahoo(dot)it> wrote:

> I need to write a function (invoked by a jdbc client) that returns select
> query result.
> That function could return also set of row. How should i declare return
> type
> of function?
>
>
>
Bunch of examples here:
http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions

---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/

> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/function-returning-select-result-to-JDBC-tp5763565.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2013-07-12 11:05:36 Re: How can you get "WAL segment has already been removed" when doing synchronous replication ?!
Previous Message giozh 2013-07-12 09:56:22 function returning select result to JDBC