Re: pg_dump with postgis extension dumps rules separately - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pg_dump with postgis extension dumps rules separately
Date
Msg-id 20130529103109.GA3955@alap2.anarazel.de
Whole thread Raw
In response to Re: pg_dump with postgis extension dumps rules separately  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: pg_dump with postgis extension dumps rules separately  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List pgsql-hackers
On 2013-05-29 09:30:43 +0200, Dimitri Fontaine wrote:
> > 2) How should we handle already installed extensions, which will still
> >    lack dependency records after this bugfix?
> 
> I don't really see any other way here than providing an upgrade script
> that will somehow re-attach those objects, either by directly messing
> with pg_depends (that is, when there's a systematic way to get the OIDs
> of the missing RULEs), or by maybe doing a drop/create on the RULEs?

Couldn't ALTER EXTENSION ... ADD ...; be brought up to speed to support
this?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Maciej Gajewski
Date:
Subject: Re: Unsigned integer types
Next
From: Robert Haas
Date:
Subject: Re: FIX: auto_explain docs