Re: BUG #12106: pg_dump does not resolve circular dependency

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12106: pg_dump does not resolve circular dependency
Date: 2015-01-13 15:59:44
Message-ID: 54B540F0.4050509@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11/30/14 12:54 PM, Tom Lane wrote:
> "Not usable" is hyperbole. The actual effect would be that the particular
> function would fail to restore, but the rest of it would be fine.
>
> I should note that it's not like we've never seen any other cases of
> pg_dump failing to deal with circular dependencies. Issuing a warning
> and pushing on is *way* better than refusing the dump entirely.

Maybe there should be an option to fail or not fail in these cases.
Both cases are useful, but I tend to agree that it should fail hard by
default.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2015-01-13 17:55:23 Re: BUG #12534: missing 'with' at X055
Previous Message Peter Eisentraut 2015-01-13 15:56:48 Re: [HACKERS] BUG #12070: hstore extension: hstore_to_json_loose produces invalid JSON