Re: ERROR IN RESTORE DATABASE

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: ERROR IN RESTORE DATABASE
Date: 2009-06-02 16:27:10
Message-ID: 200906020927.10262@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tuesday 02 June 2009, JORGE MALDONADO <jorgemal1960(at)gmail(dot)com> wrote:
> I made a backup of my database and a restore in a different PC and I am
> getting the following error message:
>
> pg_restore: [archiver (db)] Error while PROCESSING TOC:
> pg_restore: [archiver (db)] Error from TOC entry 369; 2612 16386
> PROCEDURAL LANGUAGE plpgsql postgres
> pg_restore: [archiver (db)] could not execute query: ERROR: language
> "plpgsql" already exists
> Command was: CREATE PROCEDURAL LANGUAGE plpgsql;
>
> When I open the restored database I can see all of the objects in it:
> schema, tables, keys, etc. so I do not know what this error means; it
> seems that everything is fine. I will appreciate any advice.
>

It means you added the language to the new database before you started your
restore. It's not a problem.

--
I contend that for a nation to try to tax itself into prosperity is like a
man standing in a bucket and trying to lift himself up by the handle.
-- Winston Churchill

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2009-06-02 16:36:40 Re: ERROR IN RESTORE DATABASE
Previous Message Sean Davis 2009-06-02 16:26:14 Re: ERROR IN RESTORE DATABASE