Re: Restoring a postgres database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Timothy Brier <briert(at)cepu(dot)ca>, Andrew Gould <andrewgould(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Restoring a postgres database
Date: 2003-07-09 06:41:04
Message-ID: 28803.1057732864@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Björklund 2003-07-09 07:15:41 Re: Restoring a postgres database
Previous Message Maksim Likharev 2003-07-09 06:41:01 Re: Statistics on a table