Check if SELECT is granted

From: Poul Møller Hansen <freebsd(at)pbnet(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: Check if SELECT is granted
Date: 2005-09-01 18:50:54
Message-ID: 43174D8E.6040904@pbnet.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm wondering if it's possible for the ordinary user to check if SELECT
is granted on a give table, without doing the select ?

I want to use it in an application with a menu structure, where I only
want to enable those options where SELECT on a the tables used in the
given menu is granted.
Instead of keeping track on it in a separate table.

Thanks,
Poul

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2005-09-01 18:58:00 ODBC and inappropriate select *
Previous Message Federico Balbi 2005-09-01 18:34:41 query