Re: Doc patch: type modifiers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Doc patch: type modifiers
Date: 2008-05-27 16:08:07
Message-ID: 28809.1211904487@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Jeff Davis <pgsql(at)j-davis(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jeff Davis 2008-05-27 17:21:33 Re: Doc patch: type modifiers
Previous Message Tom Lane 2008-05-27 15:56:43 Re: BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code