projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd823e1
)
Fix longstanding typo in V1 calling conventions documentation.
author
Robert Haas
Sun, 16 May 2010 03:55:41 +0000
(
03:55
+0000)
committer
Robert Haas
Sun, 16 May 2010 03:55:41 +0000
(
03:55
+0000)
Erik Rijkers
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index 1b771c5ecbf37bc301247a14e098ae992613d8ec..effd2be4795a87b75964c98dad5107e63741c911 100644
(file)
--- a/
doc/src/sgml/xfunc.sgml
+++ b/
doc/src/sgml/xfunc.sgml
@@
-1,4
+1,4
@@
-
+
User-Defined Functions
@@
-2075,7
+2075,7
@@
Datum funcname(PG_FUNCTION_ARGS)
PG_FUNCTION_INFO_V1(funcname);
- must appear in the same source file. (Conventionally
.
it's
+ must appear in the same source file. (Conventionally
,
it's
written just before the function itself.) This macro call is not
needed for
internal>-language functions, since
PostgreSQL> assumes that all internal functions