From: | Melvin Davidson <melvin6925(at)gmail(dot)com> |
---|---|
To: | Alex Luya <alexander(dot)luya(at)gmail(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: |
Date: | 2015-11-13 13:19:00 |
Message-ID: | CANu8Fiy8O0OrJzxdCQSdoiwe73DSSbroFRYaa7BK+56af-pQPA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
It is very simple. If you have already created database icare then
DO NOT use the -create flag!
http://www.postgresql.org/docs/9.2/interactive/app-pgrestore.html
And as requested before, please provide the O/S and PostgreSQL version.
On Fri, Nov 13, 2015 at 12:38 AM, Alex Luya <alexander(dot)luya(at)gmail(dot)com>
wrote:
> Hello,
> I created a new database by
>
> create database icare;
>
> then quit off psql and run:
>
> pg_restore --clean --create --exit-on-error --dbname=icare
> icare-test.tar
>
> it complains:
>
> pg_restore: [archiver (db)] Error while PROCESSING TOC:
> pg_restore: [archiver (db)] Error from TOC entry 21; 2615 80924
> SCHEMA icare icare
> pg_restore: [archiver (db)] could not execute query: ERROR:
> permission denied for database icare
> Command was: CREATE SCHEMA icare;
>
--
*Melvin Davidson*
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.
From | Date | Subject | |
---|---|---|---|
Next Message | Leonardo M. Ramé | 2015-11-13 13:20:46 | Array_to_json remove brackets |
Previous Message | James Keener | 2015-11-13 13:00:45 | Re: |