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

2003-03-30 Thread Tom Lane
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

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