[HACKERS] postgres and Jdbc 2.0

2004-08-04 Thread chinni
Hi All! Please note that the following functions are not implemented in the postgres driver even though they are a part of the JDBC 2.0 standard. Some of these may be party implemented, but may not be complete. differences Blob.java public long position(byte[] pattern, long start) throws

Re: [HACKERS] postgres and Jdbc 2.0

2004-08-04 Thread Dave Cramer
First, there is a list for the jdbc driver. Second, which version are you using? I know some of these are implemented already. getUDT's, setFetchDirection, gettime, ... Dave On Wed, 2004-08-04 at 10:20, chinni wrote: Hi All! Please note that the following functions are not implemented in the

Re: [HACKERS] postgres and Jdbc 2.0

2004-08-04 Thread Kris Jurka
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 [EMAIL PROTECTED] list. First make sure you are working with the latest source code available from