Permissions on Functions - Mailing list pgsql-admin

From justin.lipshitz
Subject Permissions on Functions
Date
Msg-id 000801c0a8df$76624920$010000c8@enov01
Whole thread Raw
List pgsql-admin
Hi,
 
Lets say I had a scenario, where a user A owns a number of tables
Now A, only wants to allow access to those tables ( updates/ inserts) via
a specific interface that is setup as functions owned by A
 
How would you give permission to other users to make use of these funtions, 
such that a user B would not have insert or update rights on any of the tables but
would be able to perform thee functions via the functions available
 
Justin
 
Postgress Newbee

pgsql-admin by date:

Previous
From: "Michael Minock"
Date:
Subject: Denying CREATE TABLE capability
Next
From: Tom Lane
Date:
Subject: Re: Use of the LIMIT clause ?