Re: How to return records from a function

Поиск
Список
Период
Сортировка
От John Cavacas
Тема Re: How to return records from a function
Дата
Msg-id 001a01c2cad9$044a5710$6401a8c0@spook
обсуждение исходный текст
Ответ на How to return records from a function  ("John Cavacas" <oogly@rogers.com>)
Список pgsql-sql
Thanks!

That's somewhat of what i was looking for. However it seems that what I
wanted to do is still not possible.

I'm writing a Java application and wanted to use CallableStatement to call a
PostgreSQL function. However it seems that the driver does not implement
that functionality. I guess I can just use a regular statement calling a
function but there seems to be problems doing that as well. Are there any
other JDBC drivers for PostgreSQL?

Thanks,
john


----- Original Message -----
From: <jasiek@serwer.skawsoft.com.pl>
To: "John Cavacas" <oogly@rogers.com>
Cc: <pgsql-sql@postgresql.org>
Sent: February 2, 2003 10:52 AM
Subject: Re: [SQL] How to return records from a function


> Did you look at
> http://techdocs.postgresql.org/guides/SetReturningFunctions
> ? You need Postgresql 7.3 to do this.
> Regards,
> Tomasz Myrta



В списке pgsql-sql по дате отправления:

Предыдущее
От: "John Cavacas"
Дата:
Сообщение: How to return records from a function
Следующее
От: Tomasz Myrta
Дата:
Сообщение: Re: help: pgSQL docs and debug