Commit ccebb674 authored by Bruce Momjian's avatar Bruce Momjian

You'll find attached a patch for a fixed explanation on parameter_mode

column, OUT and INOUT added.

Guillaume LELARGE
parent d5db3abf
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.23 2005/12/08 20:48:10 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.24 2006/01/18 21:02:55 momjian Exp $ -->
<chapter id="information-schema"> <chapter id="information-schema">
<title>The Information Schema</title> <title>The Information Schema</title>
...@@ -1875,8 +1875,9 @@ ORDER BY c.ordinal_position; ...@@ -1875,8 +1875,9 @@ ORDER BY c.ordinal_position;
<entry><literal>parameter_mode</literal></entry> <entry><literal>parameter_mode</literal></entry>
<entry><type>character_data</type></entry> <entry><type>character_data</type></entry>
<entry> <entry>
Always <literal>IN</literal>, meaning input parameter (in the <literal>IN</literal> for input parameter,
future there might be other parameter modes) <literal>OUT</literal> for output parameter,
and <literal>INOUT</literal> for input/ouput parameter.
</entry> </entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment