From: Tatsuo Ishii Date: Tue, 5 Jan 2016 23:01:40 +0000 (+0900) Subject: Fix typo in create_transform.sgml. X-Git-Tag: REL9_6_BETA1~895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65681d08b4213110a879ce6d65f10de11fe4d3cc;p=postgresql Fix typo in create_transform.sgml. --- diff --git a/doc/src/sgml/ref/create_transform.sgml b/doc/src/sgml/ref/create_transform.sgml index d321dad7a5..f44ee89d33 100644 --- a/doc/src/sgml/ref/create_transform.sgml +++ b/doc/src/sgml/ref/create_transform.sgml @@ -113,7 +113,7 @@ CREATE [ OR REPLACE ] TRANSFORM FOR type_name LANGUAG type internal and return type internal. The 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 - SQL-level function function returning internal without at + SQL-level function returning internal without at least one argument of type internal.) The actual return value will be something specific to the language implementation.