Doc patch: type modifiers

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Doc patch: type modifiers
Дата
Msg-id 1211901742.26526.261.camel@jdavis
обсуждение исходный текст
Ответы Re: Doc patch: type modifiers  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
From
http://developer.postgresql.org/pgdocs/postgres/sql-createtype.html :

type_modifier_input_function

        The name of a function that converts numeric modifier(s) for the
        type into internal form.

type_modifier_output_function

        The name of a function that converts the internal form of the
        type's modifier(s) to external textual form.

But the paragraph above says:

"...take one or more simple constants or identifiers as modifiers..."

So in the description of the input function, "numeric" is wrong, and
should be something like "textual" (for the sake of symmetry).

Patch attached.

Regards,
    Jeff Davis

Вложения

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: LOCK_DEBUG documentation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Doc patch: type modifiers