Can't remove default permissions entry

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Can't remove default permissions entry
Дата
Msg-id 4BCE1557-F145-46C9-9410-C67CA7510105@thebuild.com
обсуждение исходный текст
Ответы Re: Can't remove default permissions entry
Re: Can't remove default permissions entry
Список pgsql-general
On RDS (thus, no superuser) we are trying to drop a user.  The only remaining item that the user owns is an "empty"
defaultpermissions 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@thebuild.com




В списке pgsql-general по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Suggestion to Monitoring Tool
Следующее
От: James Lucas
Дата:
Сообщение: Changing wal segment size on existing database cluster