Re: [GENERAL] Materialized view not created with import

2016-07-05 Thread Adrian Klaver
On 07/05/2016 06:28 AM, Aurelien Praga wrote: Hello, I need your help because I have a materialized view not created during an import. This materialized view is using a function and this function depends on a table. When importing the database dump: - the function is created - the materialized v

[GENERAL] Materialized view not created with import

2016-07-05 Thread Aurelien Praga
Hello, I need your help because I have a materialized view not created during an import. This materialized view is using a function and this function depends on a table. When importing the database dump: - the function is created - the materialized view is not created because the table used by the