Re: Upgrade 8.4 with contrib to 9.1

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade 8.4 with contrib to 9.1
Date: 2011-11-14 21:55:53
Message-ID: 4EC18E69.9080809@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/14/11 10:12 AM, Tarlika Elisabeth Schmitz wrote:
> Hello,
> I am running 8.4 with various contrib modules (hstore-new, pg_trgm,
> fuzzystrmatch).
>
> If I wanted to upgrade to 9.1, can I / would I have to uninstall the
> contrib modules?
>
> Are there any incompatibilities between the contrib and corresponding
> 9.1 functions?

hstore in 9.x replaces hstore-new in 8.4, so you likely would want to
uninstall that first, then install the new hstore[1]. I'm not familiar
with those others.

[1] in 9.1, use CREATE EXTENSION hstore; to do this, rather than
sourcing the .sql scripts...

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josh Kupershmidt 2011-11-14 22:32:53 Re: Client SQL Tool
Previous Message Scott Marlowe 2011-11-14 21:20:39 Re: Upgrade 8.4 with contrib to 9.1