Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id DA6E5B5DBBE for ; Wed, 7 Sep 2011 10:21:32 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 73160-04 for ; Wed, 7 Sep 2011 13:21:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qw0-f44.google.com (mail-qw0-f44.google.com [209.85.216.44]) by mail.postgresql.org (Postfix) with ESMTP id 7F997B5D80A for ; Wed, 7 Sep 2011 10:21:26 -0300 (ADT) Received: by qwg2 with SMTP id 2so162745qwg.17 for ; Wed, 07 Sep 2011 06:21:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=7DxB+fUn8ymrSMo4FdEAXtCTJzFLygWcg6jJCtmiBpI=; b=vFHT60AnHQ3hNE4udqE7Fnn8XeYKFNS1vXABuZBdRRw19VmmNPqJ9RadrygiTos8tr WO/nDmaKQx/NyFbA4z9feQp0BA6l4fdNck3F0AcJEt6jkcpCqwSLsm/Hjqz8V4BJ2rx+ GDeJbiE/F3h1/WCawA28gyWGpniAgOU5K8pU8= Received: by 10.229.64.198 with SMTP id f6mr3280016qci.236.1315401686531; Wed, 07 Sep 2011 06:21:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.44.71 with HTTP; Wed, 7 Sep 2011 06:21:06 -0700 (PDT) In-Reply-To: <201109070254.p872sd418092@momjian.us> References: <201109070254.p872sd418092@momjian.us> From: Josh Kupershmidt Date: Wed, 7 Sep 2011 09:21:06 -0400 Message-ID: Subject: Re: [BUGS] documentation bug - behave of NEW a OLD in plpgsql's triggers To: Bruce Momjian Cc: Pavel Stehule , pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.899 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001 X-Spam-Level: X-Archive-Number: 201109/22 X-Sequence-Number: 6943 On Tue, Sep 6, 2011 at 10:54 PM, Bruce Momjian wrote: > Josh Kupershmidt wrote: >> How about a doc tweak like the attached? > > Perfect. =A0Applied to 9.0, 9.1, and head. =A0Thanks. =A0Sorry for the de= lay. Err, as Tom's first comment in this thread explains, Pavel and I were both wrong: the variables in question are indeed NULL, not undefined. I think the docs were fine the way they were. Josh