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

Lines changed: 4 additions & 3 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy