public inbox for [email protected]  
help / color / mirror / Atom feed
From: Guillaume LELARGE <[email protected]>
To: PostgreSQL Docs <[email protected]>
Subject: Patch for information_schema sgml file
Date: Tue, 17 Jan 2006 23:38:30 +0100
Message-ID: <[email protected]> (raw)

Hi,

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

Regards.


-- 
Guillaume.
<!-- http://abs.traduc.org/
     http://lfs.traduc.org/
     http://traduc.postgresqlfr.org/ -->

Index: doc/src/sgml/information_schema.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v
retrieving revision 1.23
diff -u -3 -p -c -r1.23 information_schema.sgml
*** doc/src/sgml/information_schema.sgml	8 Dec 2005 20:48:10 -0000	1.23
--- doc/src/sgml/information_schema.sgml	17 Jan 2006 22:35:43 -0000
*************** ORDER BY c.ordinal_position;
*** 1875,1882 ****
        <entry><literal>parameter_mode</literal></entry>
        <entry><type>character_data</type></entry>
        <entry>
!        Always <literal>IN</literal>, meaning input parameter (in the
!        future there might be other parameter modes)
        </entry>
       </row>
  
--- 1875,1883 ----
        <entry><literal>parameter_mode</literal></entry>
        <entry><type>character_data</type></entry>
        <entry>
!        <literal>IN</literal> for input parameter,
!        <literal>OUT</literal> for output parameter,
!        and <literal>INOUT</literal> for input/ouput parameter.
        </entry>
       </row>
  


Attachments:

  [text/plain] information_schema.patch (1.1K, 2-information_schema.patch)
  download | inline diff:
Index: doc/src/sgml/information_schema.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v
retrieving revision 1.23
diff -u -3 -p -c -r1.23 information_schema.sgml
*** doc/src/sgml/information_schema.sgml	8 Dec 2005 20:48:10 -0000	1.23
--- doc/src/sgml/information_schema.sgml	17 Jan 2006 22:35:43 -0000
*************** ORDER BY c.ordinal_position;
*** 1875,1882 ****
        <entry><literal>parameter_mode</literal></entry>
        <entry><type>character_data</type></entry>
        <entry>
!        Always <literal>IN</literal>, meaning input parameter (in the
!        future there might be other parameter modes)
        </entry>
       </row>
  
--- 1875,1883 ----
        <entry><literal>parameter_mode</literal></entry>
        <entry><type>character_data</type></entry>
        <entry>
!        <literal>IN</literal> for input parameter,
!        <literal>OUT</literal> for output parameter,
!        and <literal>INOUT</literal> for input/ouput parameter.
        </entry>
       </row>
  


view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: Patch for information_schema sgml file
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox