Re: pg_restore can't re-mat mat view that uses a function which depends on another mat view
В списке pgsql-admin по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: pg_restore can't re-mat mat view that uses a function which depends on another mat view |
| Дата | |
| Msg-id | 162829.1623650444@sss.pgh.pa.us обсуждение |
| Ответ на | pg_restore can't re-mat mat view that uses a function which depends on another mat view (Wells Oliver <wells.oliver@gmail.com>) |
| Список | pgsql-admin |
Wells Oliver <wells.oliver@gmail.com> writes:
> Odd one here, but after restoring a database in parallel, I notice a few
> mat views are unmaterialized, e.g.
> ...
> The reason being is that vwm_ytd_p uses a function age() which queries from
> vwm_info, which has not yet been materialized. In fact, it is being
> materialized in parallel in another job, so not yet available.
Right.
> Anything to do here?
Not much we can do today. User-defined functions are black boxes,
so pg_dump can't see what their innards might reference.
v14 will have the ability to declare SQL functions in something
closer to SQL-spec syntax, in which the body of the function will
be parsed at definition time. With that style of function, pg_dump
*does* see the dependencies so this sort of thing should work.
That approach is not without some downsides, but it sounds like it'd
improve your case here.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера