Re: grant problem - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: grant problem
Date
Msg-id 20050322132344.GA1452@wolff.to
Whole thread Raw
In response to Re: grant problem  (Rajarshi Mukherjee <mukherjee.rajarshi@gmail.com>)
List pgsql-general
On Tue, Mar 22, 2005 at 17:47:48 +0530,
  Rajarshi Mukherjee <mukherjee.rajarshi@gmail.com> wrote:
> PLEASE GIVE ME AN EXAMPLE..

Please read the documentation of the CREATE FUNCTION command.

>
>
> On Tue, 22 Mar 2005 06:24:58 -0600, Bruno Wolff III <bruno@wolff.to> wrote:
> > On Tue, Mar 22, 2005 at 17:27:25 +0530,
> >  Rajarshi Mukherjee <mukherjee.rajarshi@gmail.com> wrote:
> > >  Hello all,
> > >
> > >  i have a function that updates a table. I gave execute grant on it to
> > >  a particular user but no grant on the table in question.
> > >
> > >  when logging in as that user and executing the function, i get an error
> > >  ERROR: permission denied for relation <table_name>
> > >
> > >  How can i ensure that any update on this table is only done through
> > >  that function, and that the function is oublicly executable?
> >
> > You need to create the function with the security definer property.
> >
> > >
> > >  Please provide suggestions.
> > >
> > >  Thanks & Regards,
> > > Raj.
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > >       subscribe-nomail command to majordomo@postgresql.org so that your
> > >       message can get through to the mailing list cleanly
> >

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: bit varying(512) vs bytea(64)
Next
From: Michael Fuhr
Date:
Subject: Re: Constraint problem