proposal - reglanguage type

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема proposal - reglanguage type
Дата
Msg-id CAFj8pRCWNEcd3LtJuYZ=wyGOSTRe3KEcdJ40XY3QcxYrhp65eQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: proposal - reglanguage type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi

I miss a reglanguage type from our set of reg* types.

It reduce a mental overhead for queries over pg_proc table

With this type I can easy filter only plpgsql functions

select *
  from pg_proc
where prolang = 'plpgsql'::reglanguage
   and pronamespace <> 'pg_catalog'::regnamespace;

Regards

Pavel
Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Improving connection scalability: GetSnapshotData()
Следующее
От: Darafei "Komяpa" Praliaskouski
Дата:
Сообщение: Re: Yet another fast GiST build