pg_upgrade with an extension name change

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: pg_upgrade with an extension name change
Date: 2016-04-08 19:15:27
Message-ID: E336E715-EAA6-42EE-95C5-EE969F817F8A@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm attempting to upgrade a database from 9.2 to 9.5 using pg_upgrade. The 9.2 database has the "orafunc" extension installed, which appears to have changed names to "orafce". pg_upgrade complains that it can't find "orafunc" on 9.5, which is true. Is there a standard way of handling this situation?

--
-- Christophe Pettus
xof(at)thebuild(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2016-04-08 19:39:41 Re: max_stack_depth problem though query is substantially smaller
Previous Message Michael Nolan 2016-04-08 18:10:13 Re: Bypassing NULL elements in row_to_json function