Patch for information_schema sgml file

Lists: pgsql-docs
From: Guillaume LELARGE <guillaume(dot)lelarge(at)gmail(dot)com>
To: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>
Subject: Patch for information_schema sgml file
Date: 2006-01-17 22:38:30
Message-ID: 43CD71E6.4000309@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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/ -->

Attachment Content-Type Size
information_schema.patch text/plain 1.1 KB

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
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


From: Guillaume LELARGE <guillaume(dot)lelarge(at)gmail(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Patch for information_schema sgml file
Date: 2006-01-18 22:03:13
Message-ID: 43CEBB21.7050104@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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/ -->


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 22:25:29
Message-ID: 200601182225.k0IMPTn18309@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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
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