unexpected default ACL type 83

From: Shigeru Hanada <hanada(at)metrosystems(dot)co(dot)jp>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: unexpected default ACL type 83
Date: 2011-04-20 11:34:56
Message-ID: 4DAEC4E0.7060007@metrosystems.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
wrong_defaclobjtype.patch text/plain 672 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2011-04-20 11:42:56 Re: time-delayed standbys
Previous Message Pavel Stehule 2011-04-20 11:29:49 Re: time-delayed standbys