projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd3c8c
)
This patch fixes a trivial typo in the CREATE FUNCTION ref page.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 10 Sep 2003 20:13:45 +0000
(20:13 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 10 Sep 2003 20:13:45 +0000
(20:13 +0000)
Neil Conway
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 43e1fa463f9d193b40293a3b0d98bc45c535af54..6134c868c84563228522c0d519dcd29adc0b3ed6 100644
(file)
--- a/
doc/src/sgml/ref/create_function.sgml
+++ b/
doc/src/sgml/ref/create_function.sgml
@@
-364,7
+364,7
@@
CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
<title>Examples</title>
<para>
- Here is a trivial example to help you get starte
t
. For more
+ Here is a trivial example to help you get starte
d
. For more
information and examples, see <xref linkend="xfunc">.
<programlisting>
CREATE FUNCTION add(integer, integer) RETURNS integer