Re: relacl parsing method?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josip Rodin <joy(at)entuzijast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: relacl parsing method?
Date: 2010-02-16 16:22:32
Message-ID: 178.1266337352@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2010-02-16 16:24:37 Re: relacl parsing method?
Previous Message Tom Lane 2010-02-16 15:45:20 Re: Having a plpgsql function return multiple rows that indicate its progress in a cursor like fashion