Re: Apparent Problem With NULL in Restoring pg_dump - Mailing list pgsql-general

From Andy Colson
Subject Re: Apparent Problem With NULL in Restoring pg_dump
Date
Msg-id 4E725B34.2020909@squeakycode.net
Whole thread Raw
In response to Re: Apparent Problem With NULL in Restoring pg_dump  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Apparent Problem With NULL in Restoring pg_dump  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On 9/15/2011 2:38 PM, Rich Shepard wrote:
> On Thu, 15 Sep 2011, Andy Colson wrote:
>
>> Can you pg_dump again, but use --inserts? Maybe it'll offer some hints.
>
> Andy,
>
> Only if I restore /usr/local/pgsql/data/* from the backup tape of a few
> days ago. I need to drop the table before trying to insert it.
>
>> Also, do you have the right line endings for your os?
>
> Well, linux uses only \n, and that's the only environment in which I work.
>
>> To restore, you are using: psql dbname < filename
>> correct?
>
> No, I'm running within pgsql and using the \i option. I can try it from
> the command line before restoring from the backup and trying again.
>
> Rich
>

Ah, I see there was a prior thread about this problem.  You said you'd
missed the \. and said it was resolved.  So is this a same file or a
different one?

-Andy


pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Apparent Problem With NULL in Restoring pg_dump
Next
From: Alban Hertroys
Date:
Subject: Re: Apparent Problem With NULL in Restoring pg_dump