Fix typo in create_transform.sgml.

This commit is contained in:
Tatsuo Ishii 2016-01-06 08:01:40 +09:00
parent abb1733922
commit 65681d08b4
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ CREATE [ OR REPLACE ] TRANSFORM FOR <replaceable>type_name</replaceable> LANGUAG
type <type>internal</type> and return type <type>internal</type>. The type <type>internal</type> and return type <type>internal</type>. The
actual argument will be of the type for the transform, and the function actual argument will be of the type for the transform, and the function
should be coded as if it were. (But it is not allowed to declare an should be coded as if it were. (But it is not allowed to declare an
SQL-level function function returning <type>internal</type> without at SQL-level function returning <type>internal</type> without at
least one argument of type <type>internal</type>.) The actual return least one argument of type <type>internal</type>.) The actual return
value will be something specific to the language implementation. value will be something specific to the language implementation.
</para> </para>