Re: Server v7.3RC2 Dies

From: "CN" <cnliou9(at)fastmail(dot)fm>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Server v7.3RC2 Dies
Date: 2002-11-27 13:19:47
Message-ID: 20021127131948.14F01B4F@server2.fastmail.fm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Sacksteder 2002-11-27 13:57:46 Re: null date comparison(DISREGARD!)
Previous Message CN 2002-11-27 12:54:06 Server v7.3RC2 Dies