We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb1733 commit 65681d0Copy full SHA for 65681d0
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