Skip to content

Commit 5005bb0

Browse files
committed
'CREATE FUNC TION' => 'CREATE FUNCTION'.
1 parent 67ad9a1 commit 5005bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xfunc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.16 2000/05/20 11:24:37 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.17 2000/05/27 18:18:31 tgl Exp $
33
-->
44

55
<chapter id="xfunc">
@@ -1012,7 +1012,7 @@ LANGUAGE 'c';
10121012

10131013
<para>
10141014
For functions written in C, the SQL name declared in
1015-
<command>CREATE FUNC TION</command>
1015+
<command>CREATE FUNCTION</command>
10161016
must be exactly the same as the actual name of the function in the
10171017
C code (hence it must be a legal C function name).
10181018
</para>

0 commit comments

Comments
 (0)