Re: View to get all the extension control file details

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: View to get all the extension control file details
Дата
Msg-id CA+Tgmob=mgdo4T5vGCuK-jiuJ79TQuPX-jDHoiagDnmVAMRZBg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: View to get all the extension control file details  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: View to get all the extension control file details
Список pgsql-hackers
On Wed, Oct 10, 2018 at 8:27 AM Haribabu Kommi <kommi.haribabu@gmail.com> wrote:
> Here is the patch as per the above discussion.

One potential problem with this is that we could add more control-file
attributes in the future, and it will be annoying if the view ends up
with a million columns, or if we ever have to rename them.  People who
have created objects that depend on those views may find that
pg_dump/restore or pg_upgrade fail, just as they do when we whack
around pg_stat_activity. pg_settings gets around that using an
EAV-like format.  I'm not sure that's the best solution here, but it's
something to think about.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Why we allow CHECK constraint contradiction?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why we allow CHECK constraint contradiction?