Thom Brown <thom(at)linux(dot)com> writes:
> So could we introduce either a command to show which objects are owned
> by a particular role, or allow a dry-run of DROP OWNED BY?
It's always been possible to do that:
begin;
drop owned by joe;
rollback;
I believe this is already the recommended approach if you're concerned
about what DROP CASCADE will do.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Thom Brown | Date: 2012-02-29 17:20:52 |
| Subject: Re: LIST OWNED BY... |
| Previous: | From: Thom Brown | Date: 2012-02-29 16:46:31 |
| Subject: LIST OWNED BY... |