KroK <[EMAIL PROTECTED]> writes:
> Server process crashes when using count(), however it's ok when using
> count(*).
I'm wondering about corrupted data ... but without a stack trace from
the core dump, it's hard to tell.
regards, tom lane
---(end
> 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
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
--