Skip to content
Snippets Groups Projects
Commit 65681d08 authored by Tatsuo Ishii's avatar Tatsuo Ishii
Browse files

Fix typo in create_transform.sgml.

parent abb17339
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ CREATE [ OR REPLACE ] TRANSFORM FOR <replaceable>type_name</replaceable> LANGUAG ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment