projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d859b17
)
Fix SGML markup.
author
Bruce Momjian
Wed, 3 Mar 2010 03:23:12 +0000
(
03:23
+0000)
committer
Bruce Momjian
Wed, 3 Mar 2010 03:23:12 +0000
(
03:23
+0000)
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 258ef936ee3ec491457ff8713a7826854d4fad43..8e3741fa31c257807284136a67e579a90dea9ef6 100644
(file)
--- a/
doc/src/sgml/ref/create_function.sgml
+++ b/
doc/src/sgml/ref/create_function.sgml
@@
-1,5
+1,5
@@
@@
-50,8
+50,6
@@
CREATE [ OR REPLACE ] FUNCTION
USAGE
privilege on the language.
-
-
If a schema name is included, then the function is created in the
specified schema. Otherwise it is created in the current schema.
@@
-518,12
+516,12
@@
CREATE [ OR REPLACE ] FUNCTION
-
+
+ Refer to
for further information on writing
+ functions.
+
-
- Refer to
for further information on writing
- functions.
-
+
Overloading