From: | "Tomas Vondra" <tv(at)fuzzy(dot)cz> |
---|---|
To: | "François Beausoleil" <francois(at)teksol(dot)info> |
Cc: | "pgsql-general" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Should I drop / create extensions after upgraging? |
Date: | 2012-08-23 17:03:19 |
Message-ID: | 8dfb50f1688f26ce76dcc835c8dfafbf.squirrel@sq.gransy.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 23 Srpen 2012, 18:19, François Beausoleil wrote:
> Hello all!
>
> I'm on Ubuntu 11.10, using 9.1.4. There was a new package for 9.1.5, and I
> just finished my upgrade. I make use of the uuid-ossp and tablefunc
> extensions. What is the expected upgrade procedure for these extensions? A
> drop followed by a create? Or is there something else less invasive?
>
> I can't find any references to upgrades on
> http://www.postgresql.org/docs/9.1/static/sql-createextension.html, nor on
> http://wiki.postgresql.org/wiki/ExtensionPackaging. Where should I have
> looked to find a reference to upgrading?
The minor updates (e.g. from 9.1.4 to 9.1.5) are a drop-in binary
replacements. You don't need to do anything special about the extensions,
it just works (unless there's something really broken).
Tomas
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2012-08-23 17:36:24 | Re: Should I drop / create extensions after upgraging? |
Previous Message | François Beausoleil | 2012-08-23 16:19:02 | Should I drop / create extensions after upgraging? |