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 576509DC9B8 for ; Tue, 17 Jan 2006 18:37:58 -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 52202-04 for ; Tue, 17 Jan 2006 18:37:59 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by postgresql.org (Postfix) with ESMTP id 905279DC993 for ; Tue, 17 Jan 2006 18:37:54 -0400 (AST) Received: by zproxy.gmail.com with SMTP id j2so1402777nzf for ; Tue, 17 Jan 2006 14:37:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:mime-version:to:subject:content-type; b=rTqF0I7uo7/ooTo+u9Y0zLA3CByPA8BFiSHQNFw8cWV689nbeB75tPvUwzbBmmows31ctieh5g75aCgPT4uUaqNh0ck8krCwsI/jv698BGWYhUwsr5uLFbA1a6Xl2xCMytrebltF+DdY0VaRY0Tb3wthwl9NEQpM8HUI05x+orM= Received: by 10.64.53.18 with SMTP id b18mr4272176qba; Tue, 17 Jan 2006 14:37:56 -0800 (PST) Received: from ?192.168.10.4? ( [83.112.202.173]) by mx.gmail.com with ESMTP id a5sm69311qbd.2006.01.17.14.37.55; Tue, 17 Jan 2006 14:37:56 -0800 (PST) Message-ID: <43CD71E6.4000309@gmail.com> Date: Tue, 17 Jan 2006 23:38:30 +0100 From: Guillaume LELARGE Organization: traduc.org, postgresqlfr.org User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: PostgreSQL Docs Subject: Patch for information_schema sgml file Content-Type: multipart/mixed; boundary="------------010907000706060908040802" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0 required=5 tests=[none] X-Spam-Score: 0 X-Spam-Level: X-Archive-Number: 200601/26 X-Sequence-Number: 3416 This is a multi-part message in MIME format. --------------010907000706060908040802 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, You'll find attached a patch for a fixed explanation on parameter_mode column. Regards. -- Guillaume. --------------010907000706060908040802 Content-Type: text/plain; name="information_schema.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="information_schema.patch" 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. --------------010907000706060908040802--