Re: execute permissions of stored procedures?

Поиск
Список
Период
Сортировка
От eric@datalink.nl
Тема Re: execute permissions of stored procedures?
Дата
Msg-id 20020221091241.GF1579@terra.telemediair.nl
обсуждение исходный текст
Ответ на Re: execute permissions of stored procedures?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, Feb 20, 2002 at 12:00:04PM -0500, Tom Lane wrote:
> Stephan Szabo <sszabo@megazone23.bigpanda.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@terra.telemediair.nl
$!=$;=$_+(++$_);($:,$~,$/,$^,$*,$@)=$!=~                   # Perl Monger
/.(.)...(.)(.)....(.)..(.)..(.)/;`$^$~$/$: $^$*$@$~ $_>&$;`

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Hugo Coolens
Дата:
Сообщение: basis.sql and advance.sql missing
Следующее
От: Eric Veldhuyzen
Дата:
Сообщение: Re: execute permissions of stored procedures?