Josip Rodin <joy(at)entuzijast(dot)net> writes:
> I want to find out whether a user has a select privilege on a particular
> database. This is what I see when it does:
Consider using has_table_privilege() instead of reading the ACL for
yourself.
regards, tom lane