Re: Missing loadable libraries when running pg_upgrade 9.1 -> 9.2

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Missing loadable libraries when running pg_upgrade 9.1 -> 9.2
Date: 2012-09-12 10:03:21
Message-ID: k2pmkk$5p6$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thomas Kellerer wrote on 12.09.2012 11:09:
> Is there a way to find out which function (or extension?) is using those libraries in order to remove that dependency?

What I ended up doing is to search through my pg_dump backups and I found the "offending" database.
After removing the functions in question, everything went smoothly.

Is there a better way to find those functions rather than doing a grep on the dump files?

Thomas

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2012-09-12 14:24:53 Re: pg_restore problem "Found unexpected Block id"
Previous Message Thomas Kellerer 2012-09-12 09:09:23 Missing loadable libraries when running pg_upgrade 9.1 -> 9.2