diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2016-01-06 08:01:40 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2016-01-06 08:03:50 +0900 |
commit | 65681d08b4213110a879ce6d65f10de11fe4d3cc (patch) | |
tree | e8c211f9b92032577e51bf9a10f4a93f05fd8ef5 /doc/src/sgml/ref/create_transform.sgml | |
parent | abb1733922f3ff17a514499883a549f8bd03af44 (diff) | |
download | postgresql-65681d08b4213110a879ce6d65f10de11fe4d3cc.tar.gz postgresql-65681d08b4213110a879ce6d65f10de11fe4d3cc.zip |
Fix typo in create_transform.sgml.
Diffstat (limited to 'doc/src/sgml/ref/create_transform.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_transform.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_transform.sgml b/doc/src/sgml/ref/create_transform.sgml index d321dad7a56..f44ee89d33c 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 <replaceable>type_name</replaceable> LANGUAG type <type>internal</type> and return type <type>internal</type>. 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 <type>internal</type> without at + SQL-level function returning <type>internal</type> without at least one argument of type <type>internal</type>.) The actual return value will be something specific to the language implementation. </para> |