Re:

Поиск
Список
Период
Сортировка
От Giuseppe Sacco
Тема Re:
Дата
Msg-id 1447426330.10024.78.camel@eppesuigoccas.homedns.org
обсуждение исходный текст
Ответ на  (Alex Luya <alexander.luya@gmail.com>)
Ответы Re:  (Alex Luya <alexander.luya@gmail.com>)
Список pgsql-general
Hello,

Il giorno ven, 13/11/2015 alle 13.38 +0800, Alex Luya ha scritto:
> 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;

From what I understand, it means that the postgresql user that is
restoring the dump cannot create a schema on "icare" database. So, is
that user the same that issued che "create database" earlier? If it's
not, then you should grant all required priviledges to that user.

Bye,
Giuseppe


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re:
Следующее
От: db042190
Дата:
Сообщение: Re: postgres sometimes returns no data