Andreas Wernitznig <[EMAIL PROTECTED]> writes:
> This is the last part of a "vacuum verbose analyze;":
Um, would you be using glibc 2.2.2 by any chance? If so, update.
See the thread at
http://fts.postgresql.org/db/mw/msg.html?mid=1021209
regards, tom lane
On Wed, 08 Nov 2000 16:54:40 +0200, Martti Hertzen said:
> testsqc=> DELETE FROM henkilo WHERE id = 12;
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally
> before or while processing the request.
> The connectio
Martti Hertzen <[EMAIL PROTECTED]> writes:
> I have a table with a field called 'id'
> (primary key) that is referenced from other tables. Today I tried to
> delete one of the rows in this table with the following command (worked
> fine a few weeks ago) and there's the output.
> testsqc=> DELETE