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

From Tom Lane
Subject Re: pg_dump with postgis extension dumps rules separately
Date
Msg-id 22242.1370104748@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump with postgis extension dumps rules separately  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_dump with postgis extension dumps rules separately
Re: pg_dump with postgis extension dumps rules separately
List pgsql-hackers
I wrote:
> Actually, I believe the answer is just that getSchemaData() is doing
> things in the wrong order:

BTW, I'm inclined to think it's also wrong that the getEventTriggers()
call was just added at the end; those things are certainly not table
subsidiary objects.  I don't know if we allow event triggers to be
extension members, but if we did, that call would have to occur before
getExtensionMembership().
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump with postgis extension dumps rules separately
Next
From: Joe Conway
Date:
Subject: Re: pg_dump with postgis extension dumps rules separately