Re: Failure loading materialized view with pg_restore

From: BladeOfLight16 <bladeoflight16(at)gmail(dot)com>
To: Brian Sutherland <brian(at)vanguardistas(dot)net>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Failure loading materialized view with pg_restore
Date: 2015-02-18 11:03:21
Message-ID: CA+=1U=VJRwyDBHe6gTzNpP-7wMR5rJc5Y7QOGpuaxmAuD=6N1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Feb 18, 2015 at 5:48 AM, Brian Sutherland <brian(at)vanguardistas(dot)net>
wrote:

> # dump and reload
> pg_dump --username super --format c -f dump.dump orig
> createdb copied
>

It might be helpful to dump in the plain SQL format and look at what it's
doing.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2015-02-18 12:05:55 Re: postgresql93-9.3.5: deadlock when updating parent table expected?
Previous Message Brian Sutherland 2015-02-18 10:48:05 Failure loading materialized view with pg_restore