pgsql: Document DELETE/UPDATE command tag behavior when triggers are in

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document DELETE/UPDATE command tag behavior when triggers are in
Date: 2011-10-10 16:57:32
Message-ID: E1RDJAS-0006PB-5C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document DELETE/UPDATE command tag behavior when triggers are involved.

Marti Raudsepp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/61dd737c29661763448d61786ec1aa260db0412a

Modified Files
--------------
doc/src/sgml/ref/delete.sgml | 10 ++++++----
doc/src/sgml/ref/update.sgml | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-10 17:05:55 pgsql: Add doc index entry for pg_resetxlog.
Previous Message Thom Brown 2011-10-10 14:20:17 Re: pgsql: Cascading replication feature for streaming log-based replicatio