Re: Bug #734: Rename column make views go bad - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #734: Rename column make views go bad
Date
Msg-id 22480.1028835973@sss.pgh.pa.us
Whole thread Raw
List pgsql-bugs
> I have some other problems with my dumps that stops them from being
> restored later. It seems like functions and views are exported in the
> wrong order.

pg_dump is pretty weak in that area --- someone needs to rewrite it to
take advantage of the dependency info that the backend now maintains,
rather than relying on OID ordering as it largely does now.

But if you can generate a reproducible example, send it in.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #734: Rename column make views go bad
Next
From: Jean-Luc Lachance
Date:
Subject: Hiting TAB while editing a line crashes PSQL.