[JDBC] field of type oid

2001-08-06 Thread RaviShankar K
Hi ,       I have 2 tables in my postgres DB .     2 tables have a field "my_image" of type "oid" ( Blob) .       I have to          1.get a row from table A         2.insert it in table B          3.delete that from table A .       Can I do like this ? ResultSet rs ;         Pr

Re: [JDBC] Retrieving field of type bigint[]

2001-08-06 Thread Rene Pijlman
Hello Ravi, I'm sorry, but I'm not sure I understand what you are trying to do. I'd suggest that you post: - the CREATE TABLE statement used to create this particular table (or a description of the table from psql) - some data from this table - the actual Java/JDBC code that reproduces the erro

Re: [JDBC] Bug found in the driver

2001-08-06 Thread Denis Bucher
At 22:01 03.08.01 +0200, Rene Pijlman wrote: >On Fri, 03 Aug 2001 15:06:46 +0200, Denis Bucher wrote: > >I've FOUND A BUG in the postgres JDBC driver ! > >OK, please help us fix it. > > >If you want to see the source online : > >http://cs.baylor.edu/~speegle/5335/org/postgresql/ > > > >Please look

Re: [JDBC] Bug found in the driver

2001-08-06 Thread Denis Bucher
At 22:01 03.08.01 +0200, you wrote: Hello ! >On Fri, 03 Aug 2001 15:06:46 +0200, Denis Bucher wrote: > >I've FOUND A BUG in the postgres JDBC driver ! > >OK, please help us fix it. > > >If you want to see the source online : > >http://cs.baylor.edu/~speegle/5335/org/postgresql/ > > > >Please loo