Re: Bug #540: pg_dump a simple table can fail if other

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: liao(at)sandiego(dot)edu, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #540: pg_dump a simple table can fail if other
Date: 2001-12-17 01:31:35
Message-ID: 27557.1008552695@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:
> We're going to need some additional information for this to be a
> complete report.

It doesn't really require investigation. pg_dump pulls the entire
schema before deciding what parts of it need to be dumped; therefore
schema-level problems are likely to cause pg_dump to error out even
if that part of the schema theoretically didn't need to be examined.

I am disinclined to invest any effort in changing this, in part because
I doubt it could be changed without making it impossible to do other
things that we want to do in the near future (cf. nearby discussion
about dumping sequences associated with the target table).

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Luby Liao 2001-12-17 03:18:55 Re: Bug #540: pg_dump a simple table can fail if other
Previous Message Stephan Szabo 2001-12-17 01:10:45 Re: Bug #540: pg_dump a simple table can fail if other