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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Missing loadable libraries when running pg_upgrade 9.1 -> 9.2
Дата
Msg-id 20120912181143.GA1850@momjian.us
обсуждение исходный текст
Ответ на Re: Missing loadable libraries when running pg_upgrade 9.1 -> 9.2  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-admin
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 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?

Well, pg_upgrade uses SQL queries to find those entries, so you could
turn on logging and look at the SQL queries that look in the pg_proc
table for such entries.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: pg_restore problem "Found unexpected Block id"
Следующее
От: Radovan Jablonovsky
Дата:
Сообщение: what is maximum allowed value of autovacuum_freeze_max_age