Re: Restore killing the backend - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: Restore killing the backend
Date
Msg-id 20020731155904.O7595@mail.libertyrms.com
Whole thread Raw
In response to Re: Restore killing the backend  (Stephen Bacon <sbacon@13x.com>)
Responses Re: Restore killing the backend - solved
List pgsql-general
On Wed, Jul 31, 2002 at 03:45:19PM -0400, Stephen Bacon wrote:
> <crash with defaul WAL settings>
>
> [[[output from psql attempting import]]]
>
> <snip>
>
> NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> 'tbloutdischassess_pkey' for table 'tbloutdischassess'
> CREATE
> NOTICE: copy: line 4232076, Message from PostgreSQL backend:
> The Postmaster has informed me that some other backend
                                      ^^^^^^^^^^

Who else is connected?

> ERROR: copy: line 5706, pg_atoi: error in ""3835": can't parse ""3835"
                                             ^

Looks like a delimiting problem.

> ERROR: copy: line 1008, Bad float4 input format 'LN'
                               ^^^^^               ^^

It appears your data source is bad.  Maybe you need to have a look at
it with an editor?

A

--
----
Andrew Sullivan                               87 Mowat Avenue
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M6K 3E3
                                         +1 416 646 3304 x110


pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Restore killing the backend
Next
From: "Crercio O. Silva"
Date:
Subject: Windows FrontEnd for PostgreSQL