Re: Question about pg_upgrade from 9.2 to X.X

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Question about pg_upgrade from 9.2 to X.X
Дата
Msg-id 20190304214501.GP29584@telsasoft.com
обсуждение исходный текст
Ответ на Re: Question about pg_upgrade from 9.2 to X.X  (Perumal Raj <perucinci@gmail.com>)
Ответы Re: Question about pg_upgrade from 9.2 to X.X  (Perumal Raj <perucinci@gmail.com>)
Список pgsql-general
On Mon, Mar 04, 2019 at 01:37:30PM -0800, Perumal Raj wrote:
> I could see bunch of functions under reorg schema.

Those functions are the ones preventing you from upgrading.
You should drop schema pg_reorg cascade.
You can run it in a transaction first to see what it will drop.
But after the upgrade, you can CREATE EXTENSION pg_repack, which is a fork of
pg_reorg, which is itself no longer maintained.

Justin


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

Предыдущее
От: Perumal Raj
Дата:
Сообщение: Re: Question about pg_upgrade from 9.2 to X.X
Следующее
От: Julie Nishimura
Дата:
Сообщение: master-> 2 hot standbys