From: Bruce Momjian Date: Sun, 28 May 2000 02:02:07 +0000 (+0000) Subject: fix typo X-Git-Tag: REL7_0_2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e4072e1153cffb0e8b3ce0e74391042bb59b078;p=thirdparty%2Fpostgresql.git fix typo --- 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 @@ @@ -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).