Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id 9D2499FBBDD for ; Thu, 3 May 2007 12:20:15 -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 36873-01-7 for ; Thu, 3 May 2007 12:20:04 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from lists.commandprompt.com (host-254.commandprompt.net [207.173.203.254]) by postgresql.org (Postfix) with ESMTP id 910ED9FBC3D for ; Thu, 3 May 2007 12:20:03 -0300 (ADT) Received: from perhan.alvh.no-ip.org (201-221-217-243.bk12-dsl.surnet.cl [201.221.217.243]) (authenticated bits=0) by lists.commandprompt.com (8.13.7/8.13.6) with ESMTP id l43FK1ii030388; Thu, 3 May 2007 08:20:02 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id CCD9B32A10; Thu, 3 May 2007 11:19:58 -0400 (CLT) Date: Thu, 3 May 2007 11:19:58 -0400 From: Alvaro Herrera To: Neil Conway Cc: Brian Gough , pgsql-docs@postgresql.org Subject: Re: patch for doubled words Message-ID: <20070503151958.GF4218@alvh.no-ip.org> Mail-Followup-To: Neil Conway , Brian Gough , pgsql-docs@postgresql.org References: <87wszqj7um.wl%bjg@network-theory.co.uk> <1178205099.5900.2.camel@goldbach> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <1178205099.5900.2.camel@goldbach> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: ClamAV version 0.88.5, clamav-milter version 0.88.5 on projects.commandprompt.com X-Virus-Status: Clean X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (lists.commandprompt.com [192.168.2.159]); Thu, 03 May 2007 08:20:03 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/3 X-Sequence-Number: 4232 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Neil Conway wrote: > On Thu, 2007-03-05 at 15:32 +0100, Brian Gough wrote: > > Here is a patch for some doubled words in the manual > > (e.g. "the the"). > > Applied, thanks for the patch. There are a few more in this patch. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. --tThc/1wpZn/ma/RB Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="duplicate-words.patch" Index: doc/src/sgml/external-projects.sgml =================================================================== RCS file: /home/alvherre/Code/cvs/pgsql/doc/src/sgml/external-projects.sgml,v retrieving revision 1.15 diff -c -p -r1.15 external-projects.sgml *** doc/src/sgml/external-projects.sgml 31 Jan 2007 20:56:17 -0000 1.15 --- doc/src/sgml/external-projects.sgml 3 May 2007 14:56:16 -0000 *************** *** 31,37 **** currently closed to new projects in favor of PgFoundry, it still contains many active and relevant projects. Other popular PostgreSQL-related projects are hosted ! independently, or on other project-hosting sites such such as SourceForge.net. You should search the web if you don't find the project you are looking for. --- 31,37 ---- currently closed to new projects in favor of PgFoundry, it still contains many active and relevant projects. Other popular PostgreSQL-related projects are hosted ! independently, or on other project-hosting sites such as SourceForge.net. You should search the web if you don't find the project you are looking for. Index: doc/src/sgml/maintenance.sgml =================================================================== RCS file: /home/alvherre/Code/cvs/pgsql/doc/src/sgml/maintenance.sgml,v retrieving revision 1.72 diff -c -p -r1.72 maintenance.sgml *** doc/src/sgml/maintenance.sgml 18 Apr 2007 20:44:53 -0000 1.72 --- doc/src/sgml/maintenance.sgml 3 May 2007 14:56:28 -0000 *************** HINT: Stop the postmaster and use a sta *** 490,496 **** There is a limit of worker ! processes that may be running at at any time, so if the VACUUM and ANALYZE work to do takes too long to run, the deadline may be failed to meet for other databases. Also, if a particular database takes long to process, more than one worker may be processing it --- 490,496 ---- There is a limit of worker ! processes that may be running at any time, so if the VACUUM and ANALYZE work to do takes too long to run, the deadline may be failed to meet for other databases. Also, if a particular database takes long to process, more than one worker may be processing it Index: doc/src/sgml/release.sgml =================================================================== RCS file: /home/alvherre/Code/cvs/pgsql/doc/src/sgml/release.sgml,v retrieving revision 1.502 diff -c -p -r1.502 release.sgml *** doc/src/sgml/release.sgml 20 Apr 2007 03:27:23 -0000 1.502 --- doc/src/sgml/release.sgml 3 May 2007 14:57:16 -0000 *************** Fix for SELECT timespan('21:11:26'::time *** 16463,16469 **** netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 (Oleg Sharoiko) Add btree index on NUMERIC (Jan) Perl fix for large objects containing NUL characters (Douglas Thomson) ! ODBC fix for for large objects (free) Fix indexing of cidr data type Fix for Ethernet MAC addresses (macaddr type) comparisons Fix for date/time types when overflows happened in computations (Tom) --- 16463,16469 ---- netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 (Oleg Sharoiko) Add btree index on NUMERIC (Jan) Perl fix for large objects containing NUL characters (Douglas Thomson) ! ODBC fix for large objects (free) Fix indexing of cidr data type Fix for Ethernet MAC addresses (macaddr type) comparisons Fix for date/time types when overflows happened in computations (Tom) *************** more compliant to the SQL-92 standard): *** 19056,19062 **** "WITH GRANT OPTION" is not supported. Only class owners can change access control ! - The default access control is to to grant users readonly access. You must explicitly grant insert/update access to users. To change this, modify the line in src/backend/utils/acl.h --- 19056,19062 ---- "WITH GRANT OPTION" is not supported. Only class owners can change access control ! - The default access control is to grant users readonly access. You must explicitly grant insert/update access to users. To change this, modify the line in src/backend/utils/acl.h Index: doc/src/sgml/ref/psql-ref.sgml =================================================================== RCS file: /home/alvherre/Code/cvs/pgsql/doc/src/sgml/ref/psql-ref.sgml,v retrieving revision 1.190 diff -c -p -r1.190 psql-ref.sgml *** doc/src/sgml/ref/psql-ref.sgml 26 Mar 2007 17:23:37 -0000 1.190 --- doc/src/sgml/ref/psql-ref.sgml 3 May 2007 14:58:13 -0000 *************** PostgreSQL documentation *** 114,120 **** argument on the command line. ! If this parameter contains an = sign, it it treated as a conninfo string. See for more information. --- 114,120 ---- argument on the command line. ! If this parameter contains an = sign, it is treated as a conninfo string. See for more information. --tThc/1wpZn/ma/RB--