[BUGS]

2001-04-28 Thread Nick Gazaloff
Hi! I suppose there is a bug in optimizer. When somehting like SELECT min(id) from bla-bla; is executed, it optimizer selects sequential scan even if any index on "id" exists. This is not a Good Thing, isn't it? -- Best regards, Nick Gazaloff mailto:[EMAIL PROTECT

[BUGS] Installation problem on freebsd

2001-04-28 Thread Sam Leong
Hi,   i have tried to install the postresql 7.0.3 and the 7.1 on my freebsd 4.2 box. However i have found some problems with the installation> here is some basic configuration information and the error message that  i got during making ..   OS: Freebsd 4.2 gmake: 3.79.1   Installation pr

[BUGS] JDBC 7.0-1.2.jar has limit of 8k!

2001-04-28 Thread pgsql-bugs
Kenny GONG ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description JDBC 7.0-1.2.jar has limit of 8k! Long Description when i insert a row data more than 8k into PostgreSQL7.1, jdbc throw me a exception called "SQL statement too long."

Re: [BUGS] JDBC 7.0-1.2.jar has limit of 8k!

2001-04-28 Thread Bruce Momjian
> Kenny GONG ([EMAIL PROTECTED]) reports a bug with a severity of 1 > The lower the number the more severe it is. > > Short Description > JDBC 7.0-1.2.jar has limit of 8k! You need the 7.1 JAR file. > > Long Description > when i insert a row data more than 8k into PostgreSQL7.1, jdbc throw m