pg_dump / restore of empty database gives errors

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_dump / restore of empty database gives errors
Date: 2003-02-23 05:16:11
Message-ID: 1045977371.84130.87.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rbt(dot)ca>

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

Attachment Content-Type Size
file.txt text/plain 473 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-02-23 05:36:25 Re: pg_dump / restore of empty database gives errors
Previous Message Tom Lane 2003-02-23 05:07:27 Re: TODO: DROP COLUMN .. CASCADE