Re: Spurious error messages from pg_restore

From: David Johnston <polobo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Spurious error messages from pg_restore
Date: 2013-09-04 19:31:42
Message-ID: 1378323102393-5769626.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Evan Martin wrote
> Also, even without --clean I get 3 errors:
>
> pg_restore: [archiver (db)] Error while PROCESSING TOC:
> pg_restore: [archiver (db)] Error from TOC entry 6755; 2618 4417788 RULE
> geometry_columns_delete em
> pg_restore: [archiver (db)] could not execute query: ERROR: rule
> "geometry_columns_delete" for relation "geometry_columns" already exists
> Command was: CREATE RULE geometry_columns_delete AS ON DELETE TO
> geometry_columns DO INSTEAD NOTHING;
>
> (and same for "geometry_columns_insert" and "geometry_columns_update")

I should probably go read up on this but I thought the behavior of
extensions was such that anything created from an extension is omitted from
the traditional dump/restore process.

Is this a within 9.2 dump/restore or are you crossing version boundaries
somewhere?

What was the original version of PostgreSQL when PostGIS was installed and
how was it installed?

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Spurious-error-messages-from-pg-restore-tp5769545p5769626.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gavin Flower 2013-09-04 20:02:33 Re: [GENERAL] Call for design: PostgreSQL mugs
Previous Message David Johnston 2013-09-04 19:26:03 Re: Spurious error messages from pg_restore