From 5005bb060b3f3a82cd1bd662c7f8946c9be59db5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 27 May 2000 18:18:31 +0000 Subject: [PATCH] 'CREATE FUNC TION' => 'CREATE FUNCTION'. --- doc/src/sgml/xfunc.sgml | 4 ++-- 1 file 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 @@ @@ -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).