Skip to content

Commit 65681d0

Browse files
committed
Fix typo in create_transform.sgml.
1 parent abb1733 commit 65681d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_transform.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CREATE [ OR REPLACE ] TRANSFORM FOR <replaceable>type_name</replaceable> LANGUAG
113113
type <type>internal</type> and return type <type>internal</type>. The
114114
actual argument will be of the type for the transform, and the function
115115
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
116+
SQL-level function returning <type>internal</type> without at
117117
least one argument of type <type>internal</type>.) The actual return
118118
value will be something specific to the language implementation.
119119
</para>

0 commit comments

Comments
 (0)