projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5db3ab
)
You'll find attached a patch for a fixed explanation on parameter_mode
author
Bruce Momjian
Wed, 18 Jan 2006 21:02:55 +0000
(21:02 +0000)
committer
Bruce Momjian
Wed, 18 Jan 2006 21:02:55 +0000
(21:02 +0000)
column, OUT and INOUT added.
Guillaume LELARGE
doc/src/sgml/information_schema.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/information_schema.sgml
b/doc/src/sgml/information_schema.sgml
index 10617613716e15aa86ef29469ba38f8f4a375a90..57d9e1a248a36705eb0c2df719f3241373077cad 100644
(file)
--- a/
doc/src/sgml/information_schema.sgml
+++ b/
doc/src/sgml/information_schema.sgml
@@
-1,4
+1,4
@@
-
+
The Information Schema
@@
-1875,8
+1875,9
@@
ORDER BY c.ordinal_position;
parameter_mode
character_data
- Always
IN
, meaning input parameter (in the
- future there might be other parameter modes)
+
IN
for input parameter,
+
OUT
for output parameter,
+ and
INOUT
for input/ouput parameter.