Re: execute permissions of stored procedures?

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <eric(at)datalink(dot)nl>
Cc: Helge Bahmann <bahmann(at)math(dot)tu-freiberg(dot)de>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: execute permissions of stored procedures?
Date: 2002-02-20 16:21:24
Message-ID: 20020220080835.I836-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Wed, 20 Feb 2002 eric(at)datalink(dot)nl wrote:

> On Tue, Feb 19, 2002 at 05:12:42PM +0100, Helge Bahmann wrote:
> > - if your data integrity and consistency constraints cannot easily be
> > expressed in relational terms, a relational database may not be the best
> > tool to solve your problem
>
> I don't see a real difference between a grant on a table, view or sequence and
> a procedure. Grants have NOTHING to do at all with ANY of the relations in the
> database, so if this is your point of view the grants shouldn't exist AT ALL.
> But it seems that nody on this is willing to understand what I want or why I
> want it, so in one thing you are correct, PostgreSQL is definitely not the
> databse for me. It is useless to explain something to someone who simply
> doesn't want to understand you. It seems that I have to use a real database
> like Oracle after all.

Actually, I'm pretty sure that C functions currently allow you to
effectively do setuid around spi calls. But you'd still have to do
the what users are allowed to call this function portion manually
because that permission isn't available AFAIK (although it's been
talked about as part of 7.3 development I think).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-02-20 17:00:04 Re: execute permissions of stored procedures?
Previous Message Jeff Eckermann 2002-02-20 15:15:49 Re: execute permissions of stored procedures?