mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
'CREATE FUNC TION' => 'CREATE FUNCTION'.
This commit is contained in:
parent
67ad9a18c0
commit
5005bb060b
@ -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">
|
<chapter id="xfunc">
|
||||||
@ -1012,7 +1012,7 @@ LANGUAGE 'c';
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
For functions written in C, the SQL name declared in
|
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
|
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).
|
C code (hence it must be a legal C function name).
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user