mirror of
https://github.com/postgres/postgres.git
synced 2026-03-07 07:40:31 -05:00
Fix typo in create_transform.sgml.
This commit is contained in:
parent
8805af0886
commit
9919f4fef1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue