Re: Client UI, ODBC, PG & permissions - Mailing list pgsql-odbc

From Tom Lane
Subject Re: Client UI, ODBC, PG & permissions
Date
Msg-id 11571.1080229267@sss.pgh.pa.us
Whole thread Raw
In response to Client UI, ODBC, PG & permissions  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
List pgsql-odbc
"Philippe Lang" <philippe.lang@attiksystem.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

pgsql-odbc by date:

Previous
From: "Nuno Pimenta, Eng."
Date:
Subject: Postgres ODBC error
Next
From: "Steve Tibbett"
Date:
Subject: Problem with ODBC, ERROR - no error information is available