Re: [BUGS] JDBC ResultSet.getObject() fails for type INTERVAL

2001-02-03 Thread Peter Mount
At 00:01 02/02/01 -0500, [EMAIL PROTECTED] wrote: >John Lemcke ([EMAIL PROTECTED]) reports a bug with a severity of 2 >The lower the number the more severe it is. > >Short Description >JDBC ResultSet.getObject() fails for type INTERVAL > >Long Description >Trying to retrieve an INTERVAL from a Res

[BUGS] SQL-Explorer Delphi and Access 2000/97 doesn't display tables any more

2001-02-03 Thread pgsql-bugs
Stefan Diestelmann ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description SQL-Explorer Delphi and Access 2000/97 doesn't display tables any more Long Description I use Delphi DB-Explorer to look in my LINUX Database, therefor i use OD

Re: [BUGS] psql & "unexpected EOF on client connection"

2001-02-03 Thread Tom Lane
[EMAIL PROTECTED] writes: > I have been getting the dreaded "unexpected EOF on client > connection" in my system logs, but the surprising thing is that > it comes from psql (I think). I am executing psql > via a 'system' system call, and about 1 time out of 20 I get > the "unexpected EOF" message.

Re: [BUGS] insert char(1) type by different ways.

2001-02-03 Thread Tom Lane
"And. Andruikhanov" <[EMAIL PROTECTED]> writes: > insert into ku values(1, '\000'); This cannot work as you expect, because what comes out of the parser is a string containing a single null character --- and that's fed to a datatype input routine that expects a null-terminated string. So the cha