projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2869f
)
Minor doc tweak: mention that function names can be optionally schema-
author
Neil Conway
Thu, 16 Sep 2004 04:16:08 +0000
(
04:16
+0000)
committer
Neil Conway
Thu, 16 Sep 2004 04:16:08 +0000
(
04:16
+0000)
qualified.
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 1a8f5e41d8e0319fe9f78765462700ae7d9434dd..d2dcaa71fea0cb5424c549fa7dc03c9743a6b911 100644
(file)
--- a/
doc/src/sgml/ref/create_function.sgml
+++ b/
doc/src/sgml/ref/create_function.sgml
@@
-1,5
+1,5
@@
@@
-83,7
+83,7
@@
CREATE [ OR REPLACE ] FUNCTION
name
- The name
of a
function to create.
+ The name
(optionally schema-qualified) of the
function to create.