pgsql: Doc: Clarify the behavior of triggers/rules in a logical subscri

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Clarify the behavior of triggers/rules in a logical subscri
Date: 2023-06-22 07:24:05
Message-ID: E1qCEfk-0031k5-KL@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Clarify the behavior of triggers/rules in a logical subscriber.

By default, triggers and rules do not fire on a logical replication
subscriber based on the "session_replication_role" GUC being set to
"replica". However, the docs in the logical replication section assumed
that the reader understood how this GUC worked. This modifies the docs to
be more explicit and links back to the GUC itself.

Author: Jonathan Katz, Peter Smith
Reviewed-by: Vignesh C, Euler Taveira
Backpatch-through: 11
Discussion: https://postgr.es/m/5bb2c9a2-499f-e1a2-6e33-5ce96b35cc4a@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f5c446e3367527f9db1506d7c38d2f56e20950b6

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-06-22 22:49:28 pgsql: Fix cache lookup hazards introduced by ff9618e82a.
Previous Message David Rowley 2023-06-22 00:51:51 pgsql: Doc: mention that extended stats aren't used for joins