From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Restore killing the backend |
Date: | 2002-07-31 19:59:04 |
Message-ID: | 20020731155904.O7595@mail.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Crercio O. Silva | 2002-07-31 20:24:50 | Windows FrontEnd for PostgreSQL |
Previous Message | Andrew Sullivan | 2002-07-31 19:57:17 | Re: Restore killing the backend |