X-Original-To: pgsql-docs-postgresql.org@postgresql.org Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 29D8C9F9FB1 for ; Fri, 15 Sep 2006 01:31:56 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 75240-07 for ; Fri, 15 Sep 2006 04:31:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey- Received: from ore.jhcloos.com (ore.jhcloos.com [64.240.156.239]) by postgresql.org (Postfix) with ESMTP id 1F5889FB207 for ; Fri, 15 Sep 2006 01:31:34 -0300 (ADT) Received: from lugabout.jhcloos.org (ppp21.pm3-16.buf-ch.ny.localnet.com [69.48.15.85]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "lugabout.jhcloos.org", Issuer "ca.jhcloos.com" (verified OK)) by ore.jhcloos.com (Postfix) with ESMTP id AB89B1C57C; Thu, 14 Sep 2006 23:30:49 -0500 (CDT) Received: by lugabout.jhcloos.org (Postfix, from userid 500) id 575A65A729; Thu, 14 Sep 2006 22:07:47 +0000 (GMT) From: James Cloos To: Michael Fuhr Cc: pgsql-docs@postgresql.org Subject: Re: plperl and triggers In-Reply-To: <20060911154434.GA306@winnie.fuhr.org> (Michael Fuhr's message of "Mon\, 11 Sep 2006 09\:44\:34 -0600") References: <20060911154434.GA306@winnie.fuhr.org> Copyright: Copyright 2006 James Cloos X-Hashcash: 1:23:060914:mike@fuhr.org::KvW8506LUs8UiB5W:0000hQ3M X-Hashcash: 1:23:060914:pgsql-docs@postgresql.org::+zhju6iM7c73C1B6:0000000000000000000000000000000000013kW0 Date: Thu, 14 Sep 2006 18:07:24 -0400 Message-ID: Lines: 15 User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=3.951 tagged_above=0 required=5 tests=FORGED_RCVD_HELO, SPF_HELO_SOFTFAIL, SPF_SOFTFAIL X-Spam-Level: *** X-Archive-Number: 200609/9 X-Sequence-Number: 3696 >>>>> "Michael" == Michael Fuhr writes: Michael> Are you sure the tests were identical other than the trigger Michael> function language? Based on your description I'd guess that Michael> you did an UPDATE with PL/pgSQL and an INSERT with PL/PerlU. I was sure when I wrote that, but -- most embarrassingly -- I've not been able to reproduce.... In the exhausted euphoria of finishing a project I clearly [SIGH] misremembered the steps along the way. Apologies for the false alarm. -JimC