1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix typo in create_transform.sgml.

This commit is contained in:
Tatsuo Ishii 2016-01-06 08:01:40 +09:00
parent 8805af0886
commit 9919f4fef1

View File

@ -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 type <type>internal</type> and return type <type>internal</type>. The
actual argument will be of the type for the transform, and the function 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 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 least one argument of type <type>internal</type>.) The actual return
value will be something specific to the language implementation. value will be something specific to the language implementation.
</para> </para>