Re: [GENERAL] pg_restore misuse or bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] pg_restore misuse or bug?
Дата
Msg-id 29286.1500645803@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] pg_restore misuse or bug?  (Jordan Gigov <coladict@gmail.com>)
Ответы Re: [GENERAL] pg_restore misuse or bug?
Список pgsql-general
Jordan Gigov <coladict@gmail.com> writes:
> When running pg_restore as the superuser it gives the following error
> pg_restore: [archiver (db)] Error while PROCESSING TOC:
> pg_restore: [archiver (db)] Error from TOC entry 3253; 0 320628
> MATERIALIZED VIEW DATA combined_query_data web_user
> pg_restore: [archiver (db)] could not execute query: ERROR:
> permission denied for relation first_table_in_from_list
>     Command was: REFRESH MATERIALIZED VIEW combined_query_data;

What PG version is this?  Can you provide a self-contained test case?

> I see no reason why the superuser would get a "permission denied"
> error.

Matview queries are run as the owner of the matview, so this isn't
as surprising as all that.  But if the matview works in your normal
usage, then pg_dump must be doing something wrong, perhaps emitting
grants in the wrong order.

            regards, tom lane


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

Предыдущее
От: marcelo
Дата:
Сообщение: [GENERAL] Schemas and foreign keys
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [GENERAL] Schemas and foreign keys