PostgreSQL - how to quickly drop a user with existing privileges
Posted
by Sii
on Stack Overflow
See other posts from Stack Overflow
or by Sii
Published on 2010-06-11T14:26:06Z
Indexed on
2010/06/11
15:02 UTC
Read the original article
Hit count: 173
postgresql
I'm trying to make restricted DB users for the app I'm working on, and I want to drop the Postgres database user I'm using for experimenting. Is there any way to drop the user without having to revoke all his rights manually first, or revoke all the grants a user has?
© Stack Overflow or respective owner