In response to Scott Marlowe :
> On Thu, Feb 11, 2010 at 10:08 AM, Bill Moran wrote:
> >
> > If I do:
> > pg_dump -a --disable-triggers
> >
> > I get a warning message:
> > pg_dump: NOTICE: there are circular foreign-key constraints among these
> > table(s):
> > pg_dump: directory
> > pg_dump:
Bill Moran writes:
> If I do:
> pg_dump -a --disable-triggers
> I get a warning message:
> pg_dump: NOTICE: there are circular foreign-key constraints among these
> table(s):
> pg_dump: directory
> pg_dump: You may not be able to restore the dump without using
> --disable-triggers or temporar
On Thu, Feb 11, 2010 at 10:08 AM, Bill Moran wrote:
>
> If I do:
> pg_dump -a --disable-triggers
>
> I get a warning message:
> pg_dump: NOTICE: there are circular foreign-key constraints among these
> table(s):
> pg_dump: directory
> pg_dump: You may not be able to restore the dump without usi