unexpected default ACL type 83 - Mailing list pgsql-hackers

From Shigeru Hanada
Subject unexpected default ACL type 83
Date
Msg-id 4DAEC4E0.7060007@metrosystems.co.jp
Whole thread Raw
Responses Re: unexpected default ACL type 83  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
I found that DROP OWNED BY can cause $SUBJECT.

How to reproduce the error:

----
CREATE USER foo;
ALTER DEFAULT PRIVILEGES GRANT ALL ON SEQUENCES TO foo;
DROP OWNED BY foo;
----

Attached patch would fix this issue.

Regards,
--
Shigeru Hanada

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: time-delayed standbys
Next
From: Greg Stark
Date:
Subject: Re: time-delayed standbys