Re: Materialized views don't show up in information_schema

Поиск
Список
Период
Сортировка
От Sehrope Sarkuni
Тема Re: Materialized views don't show up in information_schema
Дата
Msg-id FAFBF0EA-980F-4902-8FCF-D9518974607F@jackdb.com
обсуждение исходный текст
Ответ на Re: Materialized views don't show up in information_schema  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Another example is an ETL tool or ORM that queries the data dictionary to generate SQL or object models.

If mviews show up in the regular information_schema views (specifically the .columns view) then it'll just work as if
it'sa regular table or view (ex: like foreign tables). 

If not, it's possible to use the internal pg_ catalog tables to get the column details but it'd require PG specific
coding.

In our case I already plan on using the internal catalog tables to display mview metadata. I brought this up thinking
aboutexisting apps and tools being able to work with mviews without additional code changes. 

Regards,
-- Sehrope Sarkuni


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: orangutan seizes up during isolation-check
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Wait free LW_SHARED acquisition - v0.9