Search Postgresql Archives

Can't remove default permissions entry

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On RDS (thus, no superuser) we are trying to drop a user.  The only remaining item that the user owns is an "empty" default permissions entry, but we can't seem to get rid of it so that the user can be dropped:

I'm sure I'm missing something obvious!

Logged in as xyuser:

db=> \ddp+
                    Default access privileges
   Owner    |    Schema     |   Type   |    Access privileges     
------------+---------------+----------+--------------------------
 xyuser     |               | table    | 

db=> ALTER DEFAULT PRIVILEGES FOR USER xyuser REVOKE ALL ON TABLES FROM xyuser;
ALTER DEFAULT PRIVILEGES
db=> \ddp+
                    Default access privileges
   Owner    |    Schema     |   Type   |    Access privileges     
------------+---------------+----------+--------------------------
 xyuser     |               | table    | 

db=> 

--
-- Christophe Pettus
   xof@xxxxxxxxxxxx







[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux