Re: Fuzzy thinking in is_publishable_class

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Fuzzy thinking in is_publishable_class
Дата
Msg-id 139b3cf5-5add-03f0-53f2-6a6762b19b42@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Fuzzy thinking in is_publishable_class  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2019-05-09 15:41, Tom Lane wrote:
>> I think we can get rid of the ability to reload the information_schema
>> after initdb.  That was interesting in the early phase of its
>> development, but now it just creates complications.
> We've relied on that more than once to allow minor-release updates of
> information_schema views, so I think losing the ability to do it is
> a bad idea.

In those cases we used CREATE OR REPLACE VIEW, which preserves OIDs.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Remove useless associativity/precedence from parsers
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Unlogged tables cleanup