aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2016-01-06 08:01:40 +0900
committerTatsuo Ishii <ishii@postgresql.org>2016-01-06 08:01:40 +0900
commit9919f4fef1df2edf40e1a2a2971f97ff2d23cc3c (patch)
tree7ebeb4c075eb5f0bdb1cc1a425424ee48057ef67
parent8805af0886c671adcaf0200d70549d5d933f5cf2 (diff)
downloadpostgresql-9919f4fef1df2edf40e1a2a2971f97ff2d23cc3c.tar.gz
postgresql-9919f4fef1df2edf40e1a2a2971f97ff2d23cc3c.zip
Fix typo in create_transform.sgml.
-rw-r--r--doc/src/sgml/ref/create_transform.sgml2
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>