Re: [JDBC] Re: What needs to be done?

2001-08-03 Thread Barry Lind
GUC is how this type of stuff is controlled on the server, but I don't know of any examples where it controlls client only functionality. Why would you want parameters on the server that the server doesn't use? thanks, --Barry Bruce Momjian wrote: If people feel that backwards compatibiliy

Re: [JDBC] Re: What needs to be done?

2001-08-02 Thread Ricardo Maia
So how whould I map the BLOB java type in the corresponding SQL type? I want to create a table with a BLOB attribute, but I want that my code can run for PostgreSQL, Oracle and other BD that handles BLOBs. So first I had to map the BLOB in the corresponding BD SQL type and then create the

Re: [JDBC] Re: What needs to be done?

2001-08-02 Thread Bruce Momjian
I actually consider the biggest problem the fact the the 'official' postgres jdbc website is very much out of date (http://jdbc.postgresql.org). (it doesn't even have the 7.1 drivers). I feel that either someone needs to maintain this page; or someone needs to create a new website and