We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8805af0 commit 9919f4fCopy full SHA for 9919f4f
doc/src/sgml/ref/create_transform.sgml
@@ -113,7 +113,7 @@ CREATE [ OR REPLACE ] TRANSFORM FOR <replaceable>type_name</replaceable> LANGUAG
113
type <type>internal</type> and return type <type>internal</type>. The
114
actual argument will be of the type for the transform, and the function
115
should be coded as if it were. (But it is not allowed to declare an
116
- SQL-level function function returning <type>internal</type> without at
+ SQL-level function returning <type>internal</type> without at
117
least one argument of type <type>internal</type>.) The actual return
118
value will be something specific to the language implementation.
119
</para>
0 commit comments