Re: Interrupted pg_dump / pg_restore Upgrade - Mailing list pgsql-general

From Tom Lane
Subject Re: Interrupted pg_dump / pg_restore Upgrade
Date
Msg-id 7487.1167959023@sss.pgh.pa.us
Whole thread Raw
In response to Interrupted pg_dump / pg_restore Upgrade  ("Thomas F. O'Connell" <tf@o.ptimized.com>)
Responses Re: Interrupted pg_dump / pg_restore Upgrade
List pgsql-general
"Thomas F. O'Connell" <tf@o.ptimized.com> writes:
> My big question is: Is there anything that happens late in the game
> in a pg_dumpall that affects system catalogs or other non-data
> internals in any critical ways that would make an interrupted
> pg_dumpall | psql sequence unstable?

There's quite a lot of stuff that happens after the data load, yes.
One thought that comes to mind is that permissions aren't
granted/revoked until somewhere near the end.  But why don't you
look at the output of "pg_dumpall -s" and find out for yourself
what got lost?

            regards, tom lane

pgsql-general by date:

Previous
From: "Thomas F. O'Connell"
Date:
Subject: Interrupted pg_dump / pg_restore Upgrade
Next
From: Scott Ribe
Date:
Subject: Re: Any form of connection-level "session variable" ?