Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U97h9-0001YZ-IZ for pgsql-docs@arkaria.postgresql.org; Sat, 23 Feb 2013 05:30:47 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1U97h9-0001bX-3R for pgsql-docs@arkaria.postgresql.org; Sat, 23 Feb 2013 05:30:47 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U97h8-0001bS-KN for pgsql-docs@postgresql.org; Sat, 23 Feb 2013 05:30:46 +0000 Received: from mout.gmx.net ([212.227.15.19]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U97h5-0004Tw-NF for pgsql-docs@postgresql.org; Sat, 23 Feb 2013 05:30:46 +0000 Received: from mailout-de.gmx.net ([10.1.76.31]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MSFoz-1UGWds1rND-00TXEz for ; Sat, 23 Feb 2013 06:30:43 +0100 Received: (qmail invoked by alias); 23 Feb 2013 05:30:43 -0000 Received: from pool-108-52-108-60.phlapa.fios.verizon.net (EHLO [192.168.1.5]) [108.52.108.60] by mail.gmx.net (mp031) with SMTP; 23 Feb 2013 06:30:43 +0100 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1+wW29R/sGwK2N+Zww9RsWwKNg4jcKxgG9ck0WxbX afp24pZ6PN9SWh Message-ID: <1361597440.819.1.camel@vanquo.pezone.net> Subject: Re: Incomplete compatibility information for triggers From: Peter Eisentraut To: Josh Kupershmidt Cc: Louis-Claude Canon , pgsql-docs@postgresql.org Date: Sat, 23 Feb 2013 00:30:40 -0500 In-Reply-To: References: <50A01024.5010007@femto-st.fr> <50A40AEB.1020804@femto-st.fr> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org On Sun, 2013-01-13 at 14:47 -0700, Josh Kupershmidt wrote: > On Wed, Nov 14, 2012 at 2:19 PM, Louis-Claude Canon > wrote: > > Le 14/11/2012 05:23, Josh Kupershmidt a écrit : > > > >> On Sun, Nov 11, 2012 at 3:52 PM, Louis-Claude Canon > >> wrote: > >> > >>> the compatibility section of the "create trigger" page > >>> (http://www.postgresql.org/docs/devel/static/sql-createtrigger.html) > >>> claims > >>> that a missing functionality is the ability to define aliases for the > >>> "old" > >>> and "new" rows or tables. If I am understanding this correctly, another > >>> related missing functionality is that PostgreSQL does not allow the old > >>> and > >>> new tables to be referenced for statement-level triggers (i.e., the "OLD > >>> TABLE" that contains all the deleted/modified rows in case of > >>> deletion/update). I think this is also worth noting as any workaround for > >>> it > >>> seems to be more difficult (if possible at all) than for the missing > >>> alias > >>> feature. > >> > >> +1, it seems like a useful missing piece from the SQL:2011 standard. > >> Care to send a documentation patch? > > > > > > Let me know if it requires a second round. > > A (belated) +1 for this patch. There were two small typos which I've > fixed in the attached version. Committed. -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs