Re: pg_upgrade and relkind filtering

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_upgrade and relkind filtering
Дата
Msg-id 10514.1323238585@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_upgrade and relkind filtering  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Mon, Dec 5, 2011 at 5:06 PM, Bruce Momjian <bruce@momjian.us> wrote:
>> Pg_upgrade has the following check to make sure the cluster is safe for
>> upgrading:
>> 
>> What types, other than views, can we skip in this query?

> It's not obvious to me that anything other than a table or index would matter.

You'd better complain about composite types too, since one of them could
be a column in a table.  (Unless you want to test to see whether it
actually is stored anywhere, but that seems like way overkill for this.)
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Inlining comparators as a performance optimisation
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: review: CHECK FUNCTION statement