From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | chinni <naveen(dot)bysani(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: postgres and Jdbc 2.0 |
Date: | 2004-08-04 18:47:22 |
Message-ID: | Pine.BSO.4.56.0408041338360.6814@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
> 2) If I want to add these features to JDBC driver, is there anything
> that has to go to database itself.
>
Generally JDBC questions are best discussed on the
pgsql-jdbc(at)postgresql(dot)org list. First make sure you are working with the
latest source code available from
http://gborg.postgresql.org/project/pgjdbc/projdisplay.php which as
Dave mentioned has implemented some of these methods already. As to
whether anything needs to be added to the server, that depends on your
implementation. The Blob/Clob positioning seems like it could be done
more efficiently on the server side. Also the server doesn't have a Ref
datatype, so you really can't implement get/setRef without it.
Kris Jurka
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2004-08-04 19:05:05 | Re: PITR - recovery to a particular transaction |
Previous Message | Tom Lane | 2004-08-04 18:39:56 | DROP TABLESPACE causes panic during recovery |
From | Date | Subject | |
---|---|---|---|
Next Message | smota | 2004-08-04 19:01:10 | Re: JDBC Latin1 problem |
Previous Message | J. Michael Crawford | 2004-08-04 18:34:39 | JDBC Latin1 problem |