Re: Patch for information_schema sgml file

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Guillaume LELARGE <guillaume(dot)lelarge(at)gmail(dot)com>
Cc: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Patch for information_schema sgml file
Date: 2006-01-18 21:03:03
Message-ID: 200601182103.k0IL33O29945@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2006-01-18 21:28:43 Re: [HACKERS] Docs off on ILIKE indexing?
Previous Message Jim C. Nasby 2006-01-17 23:11:23 Re: vacuum and routine maintenance docs