Re: Generating GRANT/REVOKE on functions from catalog

Поиск
Список
Период
Сортировка
От Doug Gorley
Тема Re: Generating GRANT/REVOKE on functions from catalog
Дата
Msg-id 4A78B9EE.4050204@gmail.com
обсуждение исходный текст
Ответ на Re: Generating GRANT/REVOKE on functions from catalog  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Generating GRANT/REVOKE on functions from catalog
Список pgsql-general
That looks like exactly what I want.  Is there an easy way to cast that
to a string so that I can concatenate it into a GRANT statement?

------------------------------------------------------------------------
*Doug Gorley* | doug.gorley@gmail.com <mailto:doug.gorley@gmail.com>


Tom Lane wrote:
> Doug Gorley <doug.gorley@gmail.com> writes:
>
>> The statement I need to generate is:
>>
>
>
>> revoke all on function public.add(integer, integer) from someuser;
>>
>
>
>> I'm attempting to use the pg_proc table in the system catalogs, and I'm
>> good up to the point where I need the parameter types.  Can anyone give
>> me a hand with this?
>>
>
> Personally, I'd cast the function OID to regprocedure, instead of
> doing it the hard way ...
>
>             regards, tom lane
>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Generating GRANT/REVOKE on functions from catalog
Следующее
От: Paul Taylor
Дата:
Сообщение: Re: Does derby have an embedded Mode like Derby ?