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 B273B9DC83A; Thu, 12 Jan 2006 15:30:45 -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 29769-07; Thu, 12 Jan 2006 15:30:44 -0400 (AST) Received: from svr4.postgresql.org (svr4.postgresql.org [66.98.251.159]) by postgresql.org (Postfix) with ESMTP id 3CDC79DC829; Thu, 12 Jan 2006 15:30:42 -0400 (AST) Received: from jovan.alvh.no-ip.org (113-108-50.adsl.cust.tie.cl [200.113.108.50]) by svr4.postgresql.org (Postfix) with ESMTP id 27D185AF070; Thu, 12 Jan 2006 19:30:43 +0000 (GMT) Received: by jovan.alvh.no-ip.org (Postfix, from userid 1000) id DE214438C2C; Wed, 11 Jan 2006 19:35:42 -0300 (CLST) Date: Wed, 11 Jan 2006 19:35:42 -0300 From: Alvaro Herrera To: Mark Kirkwood Cc: "Jim C. Nasby" , pgsql-patches@postgresql.org, pgsql-docs@postgresql.org Subject: Re: [PATCHES] Summary table trigger example race condition Message-ID: <20060111223542.GA5455@alvh.no-ip.org> Mail-Followup-To: Mark Kirkwood , "Jim C. Nasby" , pgsql-patches@postgresql.org, pgsql-docs@postgresql.org References: <20060105213645.GY43311@pervasive.com> <43BDC132.90007@paradise.net.nz> <20060106030415.GL43311@pervasive.com> <43BDE812.5000103@paradise.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43BDE812.5000103@paradise.net.nz> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=1.599 required=5 tests=[AWL=0.718, DATE_IN_PAST_12_24=0.881] X-Spam-Score: 1.599 X-Spam-Level: * X-Archive-Number: 200601/18 X-Sequence-Number: 3408 Mark Kirkwood wrote: > Yes it would - I usually build the SGML -> HTML, then cut the code out > of a browser session to test - the pain is waiting for the docs to build. FWIW, what I do is to build a cut-down version of postgres.sgml to include only the file you want to check. I think there is a suggestion somewhere telling you to add a DTD line to compile only that file.