We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ad9a1 commit 5005bb0Copy full SHA for 5005bb0
doc/src/sgml/xfunc.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.16 2000/05/20 11:24:37 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.17 2000/05/27 18:18:31 tgl Exp $
3
-->
4
5
<chapter id="xfunc">
@@ -1012,7 +1012,7 @@ LANGUAGE 'c';
1012
1013
<para>
1014
For functions written in C, the SQL name declared in
1015
- <command>CREATE FUNC TION</command>
+ <command>CREATE FUNCTION</command>
1016
must be exactly the same as the actual name of the function in the
1017
C code (hence it must be a legal C function name).
1018
</para>
0 commit comments