Re: Server v7.3RC2 Dies - Mailing list pgsql-general

From CN
Subject Re: Server v7.3RC2 Dies
Date
Msg-id 20021127131948.14F01B4F@server2.fastmail.fm
Whole thread Raw
In response to Server v7.3RC2 Dies  ("CN" <cnliou9@fastmail.fm>)
Responses Re: Server v7.3RC2 Dies  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
This is to follow up my previous post.
I notice it is a problem coming from COPY command. I can select the table
but both COPY and pg_dump abort with similar messages.
================
database1=# select * from table2;
 c1 |          c2
----+-----------------------
  3 | English
  1 | Chinese
  2 | French
(3 rows)

server:/tmp$ pg_dump database1>db1
pg_dump: SQL command to dump the contents of table "table2" failed
pg_dump: Error message from server: server closed the connection
unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
pg_dump: The command was: COPY public.table2 (c1, c2) TO stdout;
================
Regards,

CN
--
http://fastmail.fm - The professional email service

pgsql-general by date:

Previous
From: "CN"
Date:
Subject: Server v7.3RC2 Dies
Next
From: Andrew Hill
Date:
Subject: postgresql slow down