pg_dump / restore of empty database gives errors

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема pg_dump / restore of empty database gives errors
Дата
Msg-id 1045977371.84130.87.camel@jester
обсуждение исходный текст
Ответы Re: pg_dump / restore of empty database gives errors  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
bash-2.05b$ ./psql newempty < file.txt
SET
You are now connected as new user rbt.
SET
REVOKE
GRANT
ERROR:  dependent privileges exist (use CASCADE to revoke them too)


The above is from the result of loading the attached file (empty
database) into "newempty" which is a different empty database.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TODO: DROP COLUMN .. CASCADE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump / restore of empty database gives errors