Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65681d0

Browse files
committedJan 5, 2016
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.