Re: Discovering privileges

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Bruno Wolff III <bruno(at)wolff(dot)to>, Murray Cumming <murrayc(at)murrayc(dot)com>, pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Discovering privileges
Date: 2005-03-20 16:01:36
Message-ID: 20050320160136.GA18952@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Sun, Mar 20, 2005 at 09:52:30AM -0600, Bruno Wolff III wrote:

> In recent (7.4+ I think) versions of Postgres there are functions provided
> for testing access to tables.

According to the Release Notes, has_table_privilege() was introduced
in 7.2. The other privilege-testing functions appear to have been
introduced in 7.3 (except has_tablespace_privilege(), which is new
in 8.0).

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Murray Cumming 2005-03-20 16:45:29 Re: Discovering privileges
Previous Message Bruno Wolff III 2005-03-20 15:52:30 Re: Discovering privileges