Postgres DB - Mailing list pgsql-sql

From Sumita Biswas
Subject Postgres DB
Date
Msg-id 049b01c4295e$4c24c7c0$dc656540@amer.cisco.com
Whole thread Raw
In response to Re: Postgres DB  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Hi All,

Our application is using the Postgres 7.3.4-RH database that is packaged
with the AS3.0 for CCM. There is a variable type called refcursor that
is being used by CAR Functions in Postgres database. This variable works
fine when we execute the postgres Function from the database i.e through
psql. When we try to execute the Function from java code, it uses
pg73jdbc3.jar which is bundled with the Postgres 7.3.4, and
pg73jdbc3.jar does not support this variable type refcursor.

It works fine with pg74jdbc3.jar which comes along with Postgres 7.4.

Is this a bug?


Regards,
Sumita



pgsql-sql by date:

Previous
From: "Kent L. Nasveschuk"
Date:
Subject: Postgres backend to backup system
Next
From: "Antal Attila"
Date:
Subject: Own opclass and LIKE problem again!