unexpected default ACL type 83

花田 茂 <hanada@metrosystems.co.jp>

From: Shigeru Hanada <hanada@metrosystems.co.jp>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-04-20T11:34:56Z
Lists: pgsql-hackers

Attachments

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