After re-reading my original *idea* about using rules to grant access to
stored procedures, I think the better way would be not to implement the code
as stored procedures/functions at all.
Leave that for the more complex low-level add-ons to database functionality .
Using rules and views alo
Hi!
[ I am answering to pgsql-general instead of pgsql-questions ]
On Wed, 20 May 1998, Reshma Choodanath wrote:
> I was trying the to revoke and grant permissions to the users on the tables,
> from the psql prompt. I appears that the revoke and grant functions donot
> do the needful. Could s