projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ad9a1
)
'CREATE FUNC TION' => 'CREATE FUNCTION'.
author
Tom Lane
Sat, 27 May 2000 18:18:31 +0000
(18:18 +0000)
committer
Tom Lane
Sat, 27 May 2000 18:18:31 +0000
(18:18 +0000)
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index a6e97287b715416ee9a782ddcd4472b92fe02dfc..fe3ef3108bb6bb9b25a5f86d4174141a2258f8f6 100644
(file)
--- 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).