pg_dump / restore of empty database gives errors - Mailing list pgsql-hackers

From Rod Taylor
Subject pg_dump / restore of empty database gives errors
Date
Msg-id 1045977371.84130.87.camel@jester
Whole thread Raw
Responses Re: pg_dump / restore of empty database gives errors
List 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

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: TODO: DROP COLUMN .. CASCADE
Next
From: Tom Lane
Date:
Subject: Re: pg_dump / restore of empty database gives errors