Re: relacl parsing method? - Mailing list pgsql-general

From Tom Lane
Subject Re: relacl parsing method?
Date
Msg-id 178.1266337352@sss.pgh.pa.us
Whole thread Raw
In response to relacl parsing method?  (Josip Rodin <joy@entuzijast.net>)
List pgsql-general
Josip Rodin <joy@entuzijast.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

pgsql-general by date:

Previous
From: Josip Rodin
Date:
Subject: Re: relacl parsing method?
Next
From: Alvaro Herrera
Date:
Subject: Re: relacl parsing method?