public inbox for [email protected]  
help / color / mirror / Atom feed
Patch for information_schema sgml file
4+ messages / 2 participants
[nested] [flat]

* Patch for information_schema sgml file
@ 2006-01-17 22:38  Guillaume LELARGE <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Guillaume LELARGE @ 2006-01-17 22:38 UTC (permalink / raw)
  To: pgsql-docs

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>
  


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Patch for information_schema sgml file
@ 2006-01-18 21:03  Bruce Momjian <[email protected]>
  parent: Guillaume LELARGE <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Bruce Momjian @ 2006-01-18 21:03 UTC (permalink / raw)
  To: Guillaume LELARGE <[email protected]>; +Cc: pgsql-docs


Patch applied.  Thanks.  Your documentation changes can be viewed in
five minutes using links on the developer's page,
http://www.postgresql.org/developer/testing.


---------------------------------------------------------------------------


Guillaume LELARGE wrote:
> 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>
>   

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
> 
>                http://www.postgresql.org/docs/faq

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Patch for information_schema sgml file
@ 2006-01-18 22:03  Guillaume LELARGE <[email protected]>
  parent: Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Guillaume LELARGE @ 2006-01-18 22:03 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs

Bruce Momjian a écrit :
> Patch applied.  Thanks.  Your documentation changes can be viewed in
> five minutes using links on the developer's page,
> http://www.postgresql.org/developer/testing.
> 

Great, thanks.

Did you apply it to the 8.1 branch as well ? because I think it should
be done. In fact, this is where I first saw this mistake and I've fixed
it too in the 8.1 french translated manual.


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



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Patch for information_schema sgml file
@ 2006-01-18 22:25  Bruce Momjian <[email protected]>
  parent: Guillaume LELARGE <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Bruce Momjian @ 2006-01-18 22:25 UTC (permalink / raw)
  To: Guillaume LELARGE <[email protected]>; +Cc: pgsql-docs

Guillaume LELARGE wrote:
> Bruce Momjian a ?crit :
> > Patch applied.  Thanks.  Your documentation changes can be viewed in
> > five minutes using links on the developer's page,
> > http://www.postgresql.org/developer/testing.
> > 
> 
> Great, thanks.
> 
> Did you apply it to the 8.1 branch as well ? because I think it should
> be done. In fact, this is where I first saw this mistake and I've fixed
> it too in the 8.1 french translated manual.

Oops, forgot to do that.  Done.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073




^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2006-01-18 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2006-01-17 22:38 Patch for information_schema sgml file Guillaume LELARGE <[email protected]>
2006-01-18 21:03 ` Bruce Momjian <[email protected]>
2006-01-18 22:03   ` Guillaume LELARGE <[email protected]>
2006-01-18 22:25     ` Bruce Momjian <[email protected]>

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