Re: Exposing keywords to clients

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Exposing keywords to clients
Дата
Msg-id 20109.1209844851@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Exposing keywords to clients  ("Dave Page" <dpage@pgadmin.org>)
Список pgsql-patches
"Dave Page" <dpage@pgadmin.org> writes:
> Attached is an updated patch, giving the following output. The catdesc
> column can be translated.

Documentation has got a couple of problems:

> +     contains the keyword, the <structfield>catcode</> column contains a
> +     category code of 'U' for unknown, 'C' for column name, 'T' for type or
> +     function name or 'U' for unreserved. The <structfield>catdesc</>
> +     column contains a localised stribg describing the category.

I wouldn't document the "unknown" case at all, much less document it
incorrectly, and you forgot the "reserved" case, and "stribg"?

            regards, tom lane

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Exposing keywords to clients
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Exposing keywords to clients