|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="information-schema"> |
4 | 4 | <title>The Information Schema</title> |
@@ -1875,8 +1875,9 @@ ORDER BY c.ordinal_position; |
1875 | 1875 | <entry><literal>parameter_mode</literal></entry> |
1876 | 1876 | <entry><type>character_data</type></entry> |
1877 | 1877 | <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. |
1880 | 1881 | </entry> |
1881 | 1882 | </row> |
1882 | 1883 |
|
|