Re: ALTER EXTENSION UPGRADE patch v1

From: David Fetter <david(at)fetter(dot)org>
To: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Cc: PostgreSQL-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER EXTENSION UPGRADE patch v1
Date: 2011-01-04 17:02:26
Message-ID: 20110104170226.GB25139@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 04, 2011 at 12:31:55PM +0100, Dimitri Fontaine wrote:
> Hi,
>
> Please find attached the patch to support ALTER EXTENSION UPGRADE,

Do you plan to have

ALTER EXTENSION ... UPGRADE TO VERSION ...

, or the more general,

ALTER EXTENSION ... ALTER VERSION TO ... ?

I get that this might not be a 9.1 feature, but it's sure to be one
people who need to deploy software want. A lot.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Tiikkaja 2011-01-04 17:02:54 Re: Re: new patch of MERGE (merge_204) & a question about duplicated ctid
Previous Message David Fetter 2011-01-04 16:53:40 Re: Implementing pg_dump_sort.c topological sorting in sql/plpgsql/plperl?