Re: closed connection unexpectedly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert D Oden <roden(at)dbasetek(dot)com>
Cc: PgSQL ADMIN <pgsql-admin(at)postgresql(dot)org>
Subject: Re: closed connection unexpectedly
Date: 2005-01-17 16:01:20
Message-ID: 2102.1105977680@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Robert D Oden <roden(at)dbasetek(dot)com> writes:
> I am trying to execute the following SQL:
> create table rdo_tmp0 as
> select distinct *
> from rp_na_mm
> where acct_no like '1%'
> and acct_no >= '13873365'

> This is the result I get:

> DBD::Pg::db do failed: server closed the connection unexpectedly

Apparently you've got some corrupted data in the rp_na_mm table.
See the mail list archives concerning methods for tracking down
corrupted data.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message francyX 2005-01-17 16:28:00 help How i quit of list
Previous Message Gary Broadbent 2005-01-17 14:05:02 SQL syntax