You'll find attached a patch for a fixed explanation on parameter_mode
authorBruce Momjian
Wed, 18 Jan 2006 21:02:55 +0000 (21:02 +0000)
committerBruce 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

index 10617613716e15aa86ef29469ba38f8f4a375a90..57d9e1a248a36705eb0c2df719f3241373077cad 100644 (file)
@@ -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.