From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | Doc patch: type modifiers |
Date: | 2008-05-27 15:22:22 |
Message-ID: | 1211901742.26526.261.camel@jdavis |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
Attachment | Content-Type | Size |
---|---|---|
typmod_doc.patch | text/x-patch | 608 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-05-27 15:56:43 | Re: BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code |
Previous Message | Henry Combrinck | 2008-05-27 15:13:26 | BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code |