Re: [BUGS] Server process crashes when using count(field).

2003-03-29 Thread Stephan Szabo
> netstat=> select count(*) from ruscan_current ; > count > > 194672 > (1 row) > > netstat=> select count(sld_id) from ruscan_current ; > server closed the connection unexpectedly > This probably means the server terminated abnormally > before or while processing the req

[BUGS] Bug #926: if old postgresql.jar in CLASSPATH, ant fails

2003-03-29 Thread pgsql-bugs
Palle Girgensohn ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description if old postgresql.jar in CLASSPATH, ant fails Long Description See http://www.freebsd.org/cgi/query-pr.cgi?pr=48878 If there is an older postgresql.jar file in th

[BUGS] Server process crashes when using count(field).

2003-03-29 Thread KroK
Hello. Server process crashes when using count(), however it's ok when using count(*). Look at this example : netstat=> \d ruscan_current Table "public.ruscan_current" Column |Type |Modifiers --