Re: Extensions versus pg_upgrade - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Extensions versus pg_upgrade
Date
Msg-id 9281.1297204861@sss.pgh.pa.us
Whole thread Raw
In response to Re: Extensions versus pg_upgrade  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: Extensions versus pg_upgrade  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>>> [ ALTER object SET EXTENSION versus ALTER EXTENSION ADD object ]

>> OK, that seems like an equally reasonable syntax; although doing it the
>> way I was thinking might have less of a code and documentation footprint
>> (I was vaguely imagining that it could share most of the COMMENT
>> infrastructure --- but haven't looked yet).  In any case it seems like
>> this is a good piece to do next, since the required functionality is
>> clear and it's essential for more than one reason.

> Well the code footprint is quite small already.

I was thinking about it more from the documentation side: touch one man
page versus touch nearly all the ALTER pages.  In addition, if it's all
on the ALTER EXTENSION page then we can reference that as a list of the
types of objects managed by extensions, which is something that's
documented nowhere right now.

Has anybody got any strong preference for one of these alternatives on
more abstract grounds?  You could cite ALTER OBJECT SET NAMESPACE/OWNER
as precedents for the one syntax, but COMMENT seems like a precedent
for the other, so that consideration seems like nearly a wash to me.

Any other opinions out there?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jan Urbański
Date:
Subject: Re: REVIEW: PL/Python table functions
Next
From: Bruce Momjian
Date:
Subject: Re: btree_gist (was: CommitFest progress - or lack thereof)