> 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
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
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
--