diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-28 02:02:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-28 02:02:07 +0000 |
commit | 2e4072e1153cffb0e8b3ce0e74391042bb59b078 (patch) | |
tree | 611129e269dd81fbf93c37028758beff50c9e4ff | |
parent | 3a38bb5bed02c685b72a9d48a1552e3c7b3b3a57 (diff) |
fix typo
-rw-r--r-- | doc/src/sgml/xfunc.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index a6e97287b71..df9bac0b804 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.16.2.1 2000/05/28 02:02:07 momjian 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> |