projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b80b384
)
Add mention of quotes on function body to NOTES section.
author
Bruce Momjian
Sun, 26 Oct 2003 04:34:05 +0000
(
04:34
+0000)
committer
Bruce Momjian
Sun, 26 Oct 2003 04:34:05 +0000
(
04:34
+0000)
Oliver Elphick
doc/src/sgml/ref/create_function.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_function.sgml
b/doc/src/sgml/ref/create_function.sgml
index ec458e519757240e50adb158c21f9dafba633906..d094e3970ef92477bc2e59073769f2dd9689d357 100644
(file)
--- a/
doc/src/sgml/ref/create_function.sgml
+++ b/
doc/src/sgml/ref/create_function.sgml
@@
-1,5
+1,5
@@
@@
-355,9
+355,15
@@
CREATE [ OR REPLACE ] FUNCTION
name
-
To be able to define a function, the user must have th
e
-
USAGE
privilege on the language
.
+
Any single quotes or backslashes in the function definition must b
e
+
escaped by doubling them
.
+
+
+ To be able to define a function, the user must have the
+
USAGE
privilege on the language.
+
+