File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments