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 @@ @@ -1012,7 +1012,7 @@ LANGUAGE 'c'; For functions written in C, the SQL name declared in - CREATE FUNC TION + CREATE FUNCTION 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).