SRF, JDBC and result info

From: ntinos(at)aueb(dot)gr
To: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: SRF, JDBC and result info
Date: 2005-03-08 19:12:24
Message-ID: courier.422DF918.000061AF@red.servers.aueb.gr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi everybody!

I have an SRF which is called from a JAVA app with JDBC. Everything works
fine
and I want now to be able to pass some result-related info to my app. It is
not about the format of the results (ResultSetMetaData) or something like
that.

Is it possible to return some string (or other type of)info together with
the result tuples (even if it requiers some hacking i.e. there is no
provision for something like that)? Any ideas?

Regards,
Ntinos Katsaros

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message peter Willis 2005-03-08 19:37:14 Question about accessing current row data inside trigger
Previous Message Geoff Caplan 2005-03-08 18:53:43 Re: Stuck with a query...