Re: BUG #6634: pg_dump dumps cast after objects depending on it

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: András Váczi <avandras(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6634: pg_dump dumps cast after objects depending on it
Date: 2012-05-10 06:14:36
Message-ID: 20591.1336630476@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?ISO-8859-1?B?QW5kcuFzIFbhY3pp?= <avandras(at)gmail(dot)com> writes:
> Object list as pg_restore outputs (see error log below):

That is not tremendously helpful. pg_dump should generally dump casts
before views, and you have not provided any information that would tell
why it's not doing so in this case. We need to see a complete *self
contained* test case, such as a SQL script that creates a set of objects
that don't dump correctly.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Simon Riggs 2012-05-10 15:25:52 Re: in hot standby database execute select * from pg_class indicate error
Previous Message leo xu 2012-05-10 05:41:53 in hot standby database execute select * from pg_class indicate error