Re: grant execute on many functions

Поиск
Список
Период
Сортировка
От Doug Quale
Тема Re: grant execute on many functions
Дата
Msg-id 877jtp9i4p.fsf@charter.net
обсуждение исходный текст
Ответ на Re: grant execute on many functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Doug Quale <quale1@charter.net> writes:
> > test=# select oid::regprocedure from pg_proc order by oid::regprocedure;
>
> > doesn't sort the way I would expect.
>
> Nope, it'd just be ordering by the numeric OID.  If you added a cast
> procedure as we were just discussing, you could order by
> oid::regprocedure::text and get what I suppose you're expecting.

Thanks for the explanation.  Some months ago I had tried
oid::regprocedure::text and found it didn't work.  I didn't figure out
that this was because I need to create a cast procedure.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PL/pgSQL
Следующее
От: Jean-Denis Giguere
Дата:
Сообщение: Re: grant execute on many functions