From: | eric(at)datalink(dot)nl |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>, eric(at)datalink(dot)nl, 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-21 09:12:41 |
Message-ID: | 20020221091241.GF1579@terra.telemediair.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Feb 20, 2002 at 12:00:04PM -0500, Tom Lane wrote:
> Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:
> > ... 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).
>
> Actually, it's already been committed as part of 7.3 development:
>
> 2002-02-18 18:10 petere
And quite recently, so it seems.
Anyway, I just did a checkout of the CVS repository and after a quick
look at the src/test/regress/sql/privileges.sql file it seems like this
might do exactly what I would like.
Before I jump into this deeper I have one question though, how stable
should I expect this CVS version to be, is it highly experimental, and
should I expect lots of nasty crashes, bugs and dataloss and other
disasters, or is it reasonably save to use in a production environment?
--
#!perl # Life ain't fair, but root passwords help.
# Eric Veldhuyzen eric(at)terra(dot)telemediair(dot)nl
$!=$;=$_+(++$_);($:,$~,$/,$^,$*,$@)=$!=~ # Perl Monger
/.(.)...(.)(.)....(.)..(.)..(.)/;`$^$~$/$: $^$*$(at)$~ $_>&$;`
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Luc Lachance | 2002-02-21 09:25:13 | Re: deleting an identical record |
Previous Message | Hugo Coolens | 2002-02-21 08:37:49 | basis.sql and advance.sql missing |