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

From: avandras(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6634: pg_dump dumps cast after objects depending on it
Date: 2012-05-08 13:31:08
Message-ID: E1SRkVQ-0005cw-OR@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6634
Logged by: András Váczi
Email address: avandras(at)gmail(dot)com
PostgreSQL version: 9.1.3
Operating system: Ubuntu 10.04.4 LTS
Description:

A cast, which transforms a composite type to timestamp without time zone, is
included in the regular backups of a database.
There are several views utilizing this cast, but these are always listed
before the cast, therefore pg_restore or psql will issue an error instead of
creating the view.
This causes that the DB cannot be successfully restored, only with the help
of an additional patch file, which must be maintained by hand.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Clay McClure 2012-05-08 15:07:07 Re: BUG #6633: PL/Python build does not honor PYTHON on Mac OS X
Previous Message Heikki Linnakangas 2012-05-08 07:22:35 Re: BUG #6629: Creating a gist index fails with "too many LWLocks taken"