Re: clarifying trigger/rule behavior on logical replication subscribers

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: clarifying trigger/rule behavior on logical replication subscribers
Date: 2023-06-21 00:03:09
Message-ID: CAHut+PvQuiM01wqo-WXTKmZFDCM7bb4ttXkNU1XhY48b2RTY5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi.

I have made a patch v2.

This addresses the following:
- [1] Vignesh's review comment about unclosed SGML literal tag.
- [2] Euler's review comment about the word "replica"

But I did not address Euler's other review suggestion [2] about giving
direct links, because actually this patch text (without any direct
links) is almost identical with the existing
"session_replication_role" docs [3]. Instead of making the scope of
this patch bigger, if direct links are really wanted, I thought it is
better to have a separate patch for that which can address both docs.

~~~

I also tested/attached back-patches of the v2 patch for earlier
PostgreSQL versions. Actually, it turns out all the patches are the
same -- just named differently.

------
[1] https://www.postgresql.org/message-id/CALDaNm1fAaeOhdTts3LgXs_e1TPZke3-HqFA9b8ZjVXOM66H5Q%40mail.gmail.com
[2] https://www.postgresql.org/message-id/288747bd-911b-4370-8db2-6ecbb096037e%40app.fastmail.com
[3] https://www.postgresql.org/docs/devel/runtime-config-client.html

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v2-0001-doc-Clarify-behavior-of-triggers-rules-in-a-logical-subscriber-REL_13.patch application/octet-stream 1.7 KB
v2-0001-doc-Clarify-behavior-of-triggers-rules-in-a-logical-subscriber-REL_11.patch application/octet-stream 1.7 KB
v2-0001-doc-Clarify-behavior-of-triggers-rules-in-a-logical-subscriber-REL_12.patch application/octet-stream 1.7 KB
v2-0001-doc-Clarify-behavior-of-triggers-rules-in-a-logical-subscriber-REL_14.patch application/octet-stream 1.7 KB
v2-0001-doc-Clarify-behavior-of-triggers-rules-in-a-logical-subscriber-HEAD.patch application/octet-stream 1.7 KB
v2-0001-doc-Clarify-behavior-of-triggers-rules-in-a-logical-subscriber-REL_15.patch application/octet-stream 1.7 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Will Mortensen 2023-06-21 03:01:59 Re: [PATCH] Attempt to clarify example of serialization anomaly
Previous Message Bruce Momjian 2023-06-20 20:26:39 Re: [PATCH] two minor fixes to MVCC docs