Re: GiST support for inet datatypes

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: GiST support for inet datatypes
Дата
Msg-id CAE2gYzzYkthDHc0M61Tm+fGbRAV9dQgk19A=kR7N3F5XbCabXg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: GiST support for inet datatypes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: GiST support for inet datatypes  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
2014-02-24 17:55, Bruce Momjian <bruce@momjian.us>:

> pg_upgrade has _never_ modified the old cluster, and I am hesitant to do
> that now.  Can we make the changes in the new cluster, or in pg_dump
> when in binary upgrade mode?

It can be possible to update the new operator class in the new cluster
as not default, before restore. After the restore, pg_upgrade can upgrade
the btree_gist extension and reset the operator class as the default.
pg_upgrade suggests to re-initdb the new cluster if it fails, anyway. Do
you think it is a better solution? I think it will be more complicated
to do in pg_dump when in binary upgrade mode.



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

Предыдущее
От: KONDO Mitsumasa
Дата:
Сообщение: What behavior is in this loop?
Следующее
От: Christian Kruse
Дата:
Сообщение: Re: Patch: show relation and tuple infos of a lock to acquire