summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2000-05-27 18:18:31 +0000
committerTom Lane2000-05-27 18:18:31 +0000
commit5005bb060b3f3a82cd1bd662c7f8946c9be59db5 (patch)
treeb9dc55667bfc26c52cb2a93ea37096bb65c1484c
parent67ad9a18c0a31cdff073f4c53fe3fcfc5db8517c (diff)
'CREATE FUNC TION' => 'CREATE FUNCTION'.
-rw-r--r--doc/src/sgml/xfunc.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index a6e97287b7..fe3ef3108b 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -1,5 +1,5 @@
<!--
-$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 $
-->
<chapter id="xfunc">
@@ -1012,7 +1012,7 @@ LANGUAGE 'c';
<para>
For functions written in C, the SQL name declared in
- <command>CREATE FUNC TION</command>
+ <command>CREATE FUNCTION</command>
must be exactly the same as the actual name of the function in the
C code (hence it must be a legal C function name).
</para>