Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 7367C9FB6A4 for ; Wed, 14 Mar 2007 06:59:09 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-new, port 10024) with ESMTP id 11568-08 for ; Wed, 14 Mar 2007 06:59:01 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 319539FB3B0 for ; Wed, 14 Mar 2007 06:59:05 -0300 (ADT) Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by svr2.hagander.net (Postfix) with ESMTP id 363C9DCC6AD; Wed, 14 Mar 2007 10:59:03 +0100 (CET) Received: by svr2.hagander.net (Postfix, from userid 1000) id 31230DCC6AC; Wed, 14 Mar 2007 10:59:03 +0100 (CET) Date: Wed, 14 Mar 2007 10:59:03 +0100 From: Magnus Hagander To: Peter Eisentraut Cc: pgsql-docs@postgresql.org Subject: Re: Docs warning & indention Message-ID: <20070314095903.GD9629@svr2.hagander.net> References: <20070313145733.GJ22636@svr2.hagander.net> <200703131636.28513.peter_e@gmx.net> <20070313153808.GM22636@svr2.hagander.net> <200703131721.17328.peter_e@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703131721.17328.peter_e@gmx.net> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.018 tagged_above=0 required=5 tests=AWL, BAYES_50 X-Spam-Level: X-Archive-Number: 200703/18 X-Sequence-Number: 4189 On Tue, Mar 13, 2007 at 05:21:16PM +0100, Peter Eisentraut wrote: > Magnus Hagander wrote: > > It's in the message. bookindex.sgml, line 1, position 21. That line > > is: > > That's certainly broken. Good to have that confirmed. I found the bug - win32 doesn't strip single quotes from the commandline, and I had copied a command that used single quotes for bookindex (the collateindex.pl call). Removed that and it worked. //Magnus