- Архив списков рассылки pgsql-bugs

Поиск
Список
Период
Сортировка
От Kanitchet Vaiassava
Тема
Дата
Msg-id SNT404-EAS4017D58F93B244AAE657A52D86E0@phx.gbl
обсуждение исходный текст
Ответы Re:  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs

Hello,

 

PostgreSQL 9.3.3

Microsoft Windows Server 2012 x64

 

          I found that when I restored dumped database to another server. The restoration process (by pg_restore) was

error at REFRESH MATERIALIZED VIEW’s command and it noticed that “ERROR: function that materialized view used does not exists.”

However, the function is exits but in another schema (the materialized  view that occurred error is in schema name “account”, the function is in schema “public”) and I found that if Materialized view and function are in the same schema .. no problem and after restoration process is finished.

I ran REFRESH MATERIALIZED VIEW’s at pgAdmin’s SQL editor .. no problem.

So, I think the restoration process does not support when Materialized view and function are not in the same schema.

 

Sorry for very bad English Gramma.

 

Thank you

 

Вложения

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

Предыдущее
От: Shahar
Дата:
Сообщение: Re: BUG #9833: daterange is not utilizing index correctly
Следующее
От: Tom Lane
Дата:
Сообщение: Re: