Re: pg_dump and restore problem with function as DEFAULT-Constraint

From: Markus Schulz <msc(at)antzsystem(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump and restore problem with function as DEFAULT-Constraint
Date: 2007-03-07 13:31:11
Message-ID: 200703071431.11531.msc@antzsystem.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Dienstag, 27. Februar 2007 20:37 schrieb Andreas Kretschmer:
> Markus Schulz <msc(at)antzsystem(dot)de> schrieb:
> > > You can use pg_restore with -l to generate a listfile for all
> > > objects in the database. Then you can reorder this ($EDITOR) and
> > > then use -L to use this ordered listfile to enforce the right
> > > order of objects. I hope this helps you.
> >
> > thanks, nice idea. I will try it.
>
> I have never used this, please tell me if you have success with this.
> (And yes, i hope, i never need this...)

this works.

There is only one general problem with pg_restore, it breaks if there
were errors cause of duplicates. If you have some stuff in your
template and the same in your dump you must solve this manually.
Perhaps there should be an "-ignore-errors" option.

--
Markus Schulz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Markus Schulz 2007-03-07 13:35:14 Default Cast type
Previous Message Markus Schiltknecht 2007-03-07 12:23:09 Re: real multi-master replication?