-O not working - Mailing list pgsql-admin

From Marc Fromm
Subject -O not working
Date
Msg-id B0D7C0A3F35FE144A70312D086CBCA9B0CF2B321@ExchMailbox2.univ.dir.wwu.edu
Whole thread Raw
Responses Re: -O not working  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-admin
I backed up all my databases using:
pg_dumpall -O -c -U postgres > /tmp/pgalldb2
-O to remove owners on all objects
-c to drop databases before recreating them during the restore to prevent duplicate records

I restored all the databases with this command
psql -U postgres -f /tmp/pgalldb2 postgres

I tried to drop a user but was denied with the message, ". . . some objects depend on it."

Why isn't the -O flag not removing the owner from all objects?

Thanks

Marc

pgsql-admin by date:

Previous
From: Chris Bovitz
Date:
Subject: Upgrade clients when (major) upgrading server?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: -O not working