Re: Restoring a postgres database - Mailing list pgsql-general

From Tom Lane
Subject Re: Restoring a postgres database
Date
Msg-id 28803.1057732864@sss.pgh.pa.us
Whole thread Raw
In response to Re: Restoring a postgres database  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Restoring a postgres database  (Dennis Björklund <db@zigo.dhs.org>)
List pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> I've been reading about these problems (but never experienced myself). I've
> always wondered if it would be possible to write a script to scan through a
> schema dump searching for dependancies. You can then use tsort to dump out
> the order that things should be restored in.

Now that we have dependency tracking on the server side (see pg_depend)
this should be just a small matter of programming.  No one's tackled it
yet though.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Statistics on a table
Next
From: "Maksim Likharev"
Date:
Subject: Re: Statistics on a table