]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: Clarify the behavior of triggers/rules in a logical subscriber.
authorAmit Kapila <akapila@postgresql.org>
Thu, 22 Jun 2023 06:19:10 +0000 (11:49 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 22 Jun 2023 06:19:10 +0000 (11:49 +0530)
commit05fb8954b5aa3634bdbce148298b0ba4e3207932
tree90f5df623f1f0d063dcaabbc06a3c8000ffc5b73
parent59634df871a4a63af679ddace44ded7492fd83bc
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
doc/src/sgml/logical-replication.sgml