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 C25DE9DCDFA for ; Thu, 12 Jan 2006 16:58:59 -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 00253-06 for ; Thu, 12 Jan 2006 16:58:59 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by postgresql.org (Postfix) with SMTP id 156D59DCDF0 for ; Thu, 12 Jan 2006 16:58:55 -0400 (AST) Received: (qmail invoked by alias); 12 Jan 2006 20:58:56 -0000 Received: from dslb-084-063-032-065.pools.arcor-ip.net (EHLO colt.pezone.net) [84.63.32.65] by mail.gmx.net (mp020) with SMTP; 12 Jan 2006 21:58:56 +0100 X-Authenticated: #495269 From: Peter Eisentraut To: "Jim C. Nasby" Subject: Re: [PATCHES] Summary table trigger example race condition Date: Thu, 12 Jan 2006 21:58:54 +0100 User-Agent: KMail/1.8.3 Cc: Mark Kirkwood , pgsql-docs@postgresql.org References: <20060105213645.GY43311@pervasive.com> <43BDC132.90007@paradise.net.nz> <20060106030415.GL43311@pervasive.com> In-Reply-To: <20060106030415.GL43311@pervasive.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601122158.54636.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.126 required=5 tests=[AWL=0.126] X-Spam-Score: 0.126 X-Spam-Level: X-Archive-Number: 200601/19 X-Sequence-Number: 3409 Jim C. Nasby wrote: > DOH! It would be good if doc/src had a better mechanism for handling > code; one that would allow for writing the code natively (so you > don't have to worry about translating < into < and > into >) > and for unit testing the different pieces of code. -- Peter Eisentraut http://developer.postgresql.org/~petere/