X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id EAED69DCA08 for ; Wed, 18 Jan 2006 17:03:03 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 30294-10 for ; Wed, 18 Jan 2006 17:03:04 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from candle.pha.pa.us (candle.pha.pa.us [70.90.9.53]) by postgresql.org (Postfix) with ESMTP id 26B759DC9A6 for ; Wed, 18 Jan 2006 17:03:00 -0400 (AST) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id k0IL33O29945; Wed, 18 Jan 2006 16:03:03 -0500 (EST) From: Bruce Momjian Message-Id: <200601182103.k0IL33O29945@candle.pha.pa.us> Subject: Re: Patch for information_schema sgml file In-Reply-To: <43CD71E6.4000309@gmail.com> To: Guillaume LELARGE Date: Wed, 18 Jan 2006 16:03:03 -0500 (EST) CC: PostgreSQL Docs X-Mailer: ELM [version 2.4ME+ PL121 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.12 required=5 tests=[AWL=0.120] X-Spam-Score: 0.12 X-Spam-Level: X-Archive-Number: 200601/30 X-Sequence-Number: 3420 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. > > 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 **** > parameter_mode > character_data > > ! Always IN, meaning input parameter (in the > ! future there might be other parameter modes) > > > > --- 1875,1883 ---- > parameter_mode > character_data > > ! IN for input parameter, > ! OUT for output parameter, > ! and INOUT for input/ouput parameter. > > > > > ---------------------------(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@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073