Re: [PATCH] DefaultACLs - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: [PATCH] DefaultACLs
Date
Msg-id 4ABB6FB2.1000203@pjmodos.net
Whole thread Raw
In response to Re: [PATCH] DefaultACLs  (Jan Urbański <wulczer@wulczer.org>)
Responses Re: [PATCH] DefaultACLs
Re: [PATCH] DefaultACLs
List pgsql-hackers
Jan Urbański napsal(a):
> Dependencies suck, I know..
>

Cross-database dependencies do.

I had to make target role owner of the default acls which adds some side
effects like the fact that it blocks DROP ROLE so DROP OWNED BY has to
be used.
As for REASSIGN OWNED, it does not reassign anything (I don't think it's
a good idea to reassign default acls) it just spits warning with hint
what to do if user plans to drop the role.

--
Regards
Petr Jelinek (PJMODOS)


Attachment

pgsql-hackers by date:

Previous
From: daveg
Date:
Subject: Re: "BEGIN TRANSACTION" and "START TRANSACTION": different error handling
Next
From: ning
Date:
Subject: Re: "BEGIN TRANSACTION" and "START TRANSACTION": different error handling