grant problem

From: Rajarshi Mukherjee <mukherjee(dot)rajarshi(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: grant problem
Date: 2005-03-22 05:52:07
Message-ID: df10886f050321215214cf7ddb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Dear Sir/Madam,

I have a problem regarding grants in PG. It is as follows:

I wanted to grant execute on a function that updates a table.
But i got an ERROR: permission denied for relation <table_name>

Now i don't want to grant update on that table as i want all updates
to be done through the function, and no one should be able to update
it manually.

How can i achieve that?

thanks & Regards,

Rajarshi Mukherjee.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Werner vd Merwe 2005-03-22 06:31:07 Re: Performance Question
Previous Message Raghunath Ganti 2005-03-22 02:23:29 Contrib RPM Installation problem