[ADMIN] Missing loadable libraries when running pg_upgrade 9.1 -> 9.2

2012-09-12 Thread Thomas Kellerer
using Windows XP SP3 (32bit). When running pg_upgrade with the --check option I get the following error: Your installation references loadable libraries that are missing from the new installation. You can add these libraries to the new installation, or remove the functions using the

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

2012-09-12 Thread Thomas Kellerer
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

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

2012-09-12 Thread Bruce Momjian
On Wed, Sep 12, 2012 at 12:03:21PM +0200, Thomas Kellerer wrote: > 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 back