Re: psql: Add \dL to show languages

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: psql: Add \dL to show languages
Дата
Msg-id AANLkTikOPUYmmYBmvt5h8H3v36hN_2xym++3DLfa_2Gw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql: Add \dL to show languages  (Josh Kupershmidt <schmiddy@gmail.com>)
Список pgsql-hackers
On Wed, Jan 19, 2011 at 11:19 PM, Josh Kupershmidt <schmiddy@gmail.com> wrote:
> On Wed, Jan 19, 2011 at 9:09 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> This patch doesn't seem terribly consistent to me - we show the name
>> of the call handler and the name of the validator, but for the inline
>> handler we just indicate whether there is one or not.  That seems like
>> something that we should make consistent, and my vote is to show the
>> name in all cases.
>
> OK, changed. I've shuffled the columns slightly so that handlers and
> Validator columns are next to each other.
>
>> Also, I'm wondering whether the System Language column be renamed to
>> Internal Language, for consistency with the terminology used here:
>>
>> http://www.postgresql.org/docs/current/static/catalog-pg-language.html
>
> Fixed, updated patch attached. Though, reading the description of
> lanispl on that page, I wonder if "user-defined language" correctly
> describes plpgsql these days, which comes installed by default.

OK, committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: ALTER TYPE 1: recheck index-based constraints
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: sepgsql contrib module