Re: Client UI, ODBC, PG & permissions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Philippe Lang" <philippe(dot)lang(at)attiksystem(dot)ch>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Client UI, ODBC, PG & permissions
Date: 2004-03-25 15:41:07
Message-ID: 11571.1080229267@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

"Philippe Lang" <philippe(dot)lang(at)attiksystem(dot)ch> writes:
> How do you manage permissions in your applications? Is it possible to
> read the permissions a user has on a specific table from the client,

Sure. See has_table_privilege() and related functions:
http://www.postgresql.org/docs/7.4/static/functions-misc.html

I think there may be privilege info available from the
information_schema as well, which would be a better bet if you want to
preserve some semblance of database independence.

We don't currently support any per-column privileges, sorry.

regards, tom lane

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Steve Tibbett 2004-03-25 15:44:50 Problem with ODBC, ERROR - no error information is available
Previous Message Nuno Pimenta, Eng. 2004-03-25 10:47:31 Postgres ODBC error