Re: accessing cross-schema materialized views

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: accessing cross-schema materialized views
Дата
Msg-id 841410d9-1221-e2cb-0de4-dfb36f6d1de7@gmail.com
обсуждение исходный текст
Ответ на accessing cross-schema materialized views  (Tim Clarke <tim.clarke@minerva.info>)
Список pgsql-general
On 3/31/21 4:31 PM, Tim Clarke wrote:

We have:

    create materialized view schema1.matview.....
    grant select on table schema1.matview to mygroup

    create view schema2.usingview as select ... from schema1.matview
    grant select on table schema2.using to mygroup

Is that schema2.using just a typo (phony names)?

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

Предыдущее
От: Tim Clarke
Дата:
Сообщение: accessing cross-schema materialized views
Следующее
От: Tom Lane
Дата:
Сообщение: Re: accessing cross-schema materialized views