Re: Doc patch: type modifiers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Doc patch: type modifiers
Дата
Msg-id 28809.1211904487@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Doc patch: type modifiers  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Doc patch: type modifiers  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-patches
Jeff Davis <pgsql@j-davis.com> writes:
> 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.

Yeah, this text is a holdover from the original user-definable-modifiers
patch, in which the modifiers indeed had to be numbers.  I don't quite
like your suggestion of using "textual", though, because that makes it
sound like the input and output functions are exact inverses, which they
are not.  How about "... converts an array of modifier(s) for ..."?

            regards, tom lane

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Doc patch: type modifiers
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Doc patch: type modifiers