Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id A26979FB9B5 for ; Thu, 3 May 2007 11:32:57 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 30784-04 for ; Thu, 3 May 2007 11:32:52 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr4.postgresql.org (svr4.postgresql.org [66.98.251.159]) by postgresql.org (Postfix) with ESMTP id DD5D59FB935 for ; Thu, 3 May 2007 11:32:52 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.3 Received: from mail.network-theory.co.uk (network-theory.com [66.199.228.187]) by svr4.postgresql.org (Postfix) with ESMTP id E8A2D5AF03B for ; Thu, 3 May 2007 14:32:57 +0000 (GMT) Date: Thu, 03 May 2007 15:32:33 +0100 Message-ID: <87wszqj7um.wl%bjg@network-theory.co.uk> From: Brian Gough To: pgsql-docs@postgresql.org Subject: patch for doubled words User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Message-Mac: ff40a7c90c38b725d9b194c1c2a63f7c X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.186 tagged_above=0 required=5 tests=AWL=0.050, BAYES_50=0.001, FORGED_RCVD_HELO=0.135 X-Spam-Level: X-Archive-Number: 200705/1 X-Sequence-Number: 4230 Hello, Here is a patch for some doubled words in the manual (e.g. "the the"). I'm in the process of producing a printed version of the documentation in book format. If anyone from the PostgreSQL team would like to see the proofs before they go to press I'll be glad to make them available. -- best regards, Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ Index: doc/src/sgml/datatype.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/datatype.sgml,v retrieving revision 1.198 diff -u -r1.198 datatype.sgml --- doc/src/sgml/datatype.sgml 21 Apr 2007 17:26:17 -0000 1.198 +++ doc/src/sgml/datatype.sgml 3 May 2007 13:57:46 -0000 @@ -3376,7 +3376,7 @@ When using the binary mode to pass query parameters to the server - and query results back the the client, no character set conversion + and query results back to the client, no character set conversion is performed, so the situation is different. In this case, an encoding declaration in the XML data will be observed, and if it is absent, the data will be assumed to be in UTF-8 (as required by Index: doc/src/sgml/ddl.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ddl.sgml,v retrieving revision 1.73 diff -u -r1.73 ddl.sgml --- doc/src/sgml/ddl.sgml 1 Feb 2007 00:28:16 -0000 1.73 +++ doc/src/sgml/ddl.sgml 3 May 2007 13:57:48 -0000 @@ -2233,7 +2233,7 @@ - When queries or updates access a large percentage of a a single + When queries or updates access a large percentage of a single partition, performance can be improved by taking advantage of sequential scan of that partition instead of using an index and random access reads scattered across the whole table. @@ -2556,7 +2556,7 @@ Note that the WHERE clause in each rule - exactly matches the the CHECK + exactly matches the CHECK constraint for its partition. Index: doc/src/sgml/plperl.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/plperl.sgml,v retrieving revision 2.64 diff -u -r2.64 plperl.sgml --- doc/src/sgml/plperl.sgml 16 Feb 2007 03:50:29 -0000 2.64 +++ doc/src/sgml/plperl.sgml 3 May 2007 13:57:52 -0000 @@ -20,7 +20,7 @@ The usual advantage to using PL/Perl is that this allows use, within stored functions, of the manyfold string munging operators and functions available for Perl. Parsing - complex strings might be be easier using Perl than it is with the + complex strings might be easier using Perl than it is with the string functions and control structures provided in PL/pgSQL. @@ -619,7 +619,7 @@ $$ LANGUAGE plperl; The creation of this function will fail as its use of a forbidden - operation will be be caught by the validator. + operation will be caught by the validator. Index: doc/src/sgml/spi.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/spi.sgml,v retrieving revision 1.56 diff -u -r1.56 spi.sgml --- doc/src/sgml/spi.sgml 16 Apr 2007 01:14:55 -0000 1.56 +++ doc/src/sgml/spi.sgml 3 May 2007 13:57:54 -0000 @@ -2233,7 +2233,7 @@ Column value, or NULL if the column is null, colnumber is out of range (SPI_result is set to - SPI_ERROR_NOATTRIBUTE), or no no output function + SPI_ERROR_NOATTRIBUTE), or no output function is available (SPI_result is set to SPI_ERROR_NOOUTFUNC).