Re: [GENERAL] pg_dump superflous warning message

2010-02-11 Thread Bill Moran
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:

Re: [GENERAL] pg_dump superflous warning message

2010-02-11 Thread Tom Lane
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

Re: [GENERAL] pg_dump superflous warning message

2010-02-11 Thread 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: You may not be able to restore the dump without usi