Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ccebb67

Browse files
committed
You'll find attached a patch for a fixed explanation on parameter_mode
column, OUT and INOUT added. Guillaume LELARGE
1 parent d5db3ab commit ccebb67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/information_schema.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.23 2005/12/08 20:48:10 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.24 2006/01/18 21:02:55 momjian Exp $ -->
22

33
<chapter id="information-schema">
44
<title>The Information Schema</title>
@@ -1875,8 +1875,9 @@ ORDER BY c.ordinal_position;
18751875
<entry><literal>parameter_mode</literal></entry>
18761876
<entry><type>character_data</type></entry>
18771877
<entry>
1878-
Always <literal>IN</literal>, meaning input parameter (in the
1879-
future there might be other parameter modes)
1878+
<literal>IN</literal> for input parameter,
1879+
<literal>OUT</literal> for output parameter,
1880+
and <literal>INOUT</literal> for input/ouput parameter.
18801881
</entry>
18811882
</row>
18821883

0 commit comments

Comments
 (0)