- Mailing list pgsql-bugs

From Kanitchet Vaiassava
Subject
Date
Msg-id SNT404-EAS4017D58F93B244AAE657A52D86E0@phx.gbl
Whole thread Raw
Responses Re:  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

 

Attachment

pgsql-bugs by date:

Previous
From: Shahar
Date:
Subject: Re: BUG #9833: daterange is not utilizing index correctly
Next
From: Tom Lane
Date:
Subject: Re: