Re: problem with pg_restore?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Jim Michaels <jmichae3(at)yahoo(dot)com>
Cc: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: problem with pg_restore?
Date: 2009-07-23 13:40:18
Message-ID: dcc563d10907230640h582a82ddv3d1d3aeebca73bb1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jul 14, 2009 at 5:47 PM, Jim Michaels<jmichae3(at)yahoo(dot)com> wrote:
> I am having problems with pg_restore.  pg_restore
> --file=c:\pg-jmichae3-7-13-2009.sql --verbose --host=localhost --port=5432
> --username=postgres
>
> this just hangs.
> I am restoring from 8.3.7 to 8.4 - what did I do wrong?
>
> could somebody rewrite pg_dumpall and pg_dump so that it makes editable
> dumps?
> most programmer's text editors can't handle more than 2000 characters per
> line.
> and I want to be able to edit my dumps.

When I need to make changes to large dumps I use tools like sed, awk
and diff, not a text editor.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-07-23 14:03:31 Re: comparing NEW and OLD (any good this way?)
Previous Message Sam Mason 2009-07-23 13:38:07 Re: A question on PSQL 8.3 setup