Re: BUG #11128: Error in pg_restore with materialized view

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #11128: Error in pg_restore with materialized view
Date: 2014-08-05 23:43:05
Message-ID: 1407282185092-5813843.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

mpmilanez wrote
> The following bug has been logged on the website:
>
> Bug reference: 11128
> Logged by: Marcos Paulo Milanêz Santana
> Email address:

> mpmilanez@

> PostgreSQL version: 9.3.4
> Operating system: CentOS 6.5
> Description:
>
> I'm trying to restore a database after creating some materialized views.
> This is the command used for dump: pg_dump --blobs -Fc -f
> bkp_database_siop.dmp.fc -x siop;
> The command used for restore: pg_restore -Fc -C -O -x -v -j 4
> --disable-triggers -d postgres bkp_database_siop.dmp.fc;
> Here is the error I get:

There were quite a few pg_restore fixes, including some related to
materialized views, in 9.3.5 so I'd suggest upgrading and trying again. If
it still fails (or you cannot upgrade for some reason) you would probably
need to supply a minimal example that reproduces the behavior.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-11128-Error-in-pg-restore-with-materialized-view-tp5813835p5813843.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Anned-Linz Senadin 2014-08-06 00:23:20
Previous Message rpvoland 2014-08-05 21:57:32 Re: BUG #11039: installation fails when trying to install C++ redistributable