summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeff Davis2022-01-08 21:40:23 +0000
committerJeff Davis2022-01-09 04:07:16 +0000
commit96a6f11c06252b046ca9a6ee1f581a2f5d599301 (patch)
tree2ff5b00c6f9e89caf269064f7db4cac063173f07 /doc
parent54b1cb7eb784a66680ee18f84e2c4e86fad59e82 (diff)
More cleanup of a2ab9c06ea.
Require SELECT privileges when performing UPDATE or DELETE, to be consistent with the way a normal UPDATE or DELETE command works. Simplify subscription test it so that it runs faster. Also, wait for initial table sync to complete to avoid intermittent failures. Minor doc fixup. Discussion: https://postgr.es/m/CAA4eK1L3-qAtLO4sNGaNhzcyRi_Ufmh2YPPnUjkROBK0tN%3Dx%3Dg%40mail.gmail.com Discussion: https://postgr.es/m/1514479.1641664638%40sss.pgh.pa.us Discussion: https://postgr.es/m/Ydkfj5IsZg7mQR0g@paquier.xyz
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/logical-replication.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 4f70b1f4b86..fb4472356d5 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -336,7 +336,7 @@
cause replication conflicts, as will enabled
<link linkend="ddl-rowsecurity">row-level security</link> on target tables
that the subscription owner is subject to, without regard to whether any
- policy would ordinary reject the <command>INSERT</command>,
+ policy would ordinarily reject the <command>INSERT</command>,
<command>UPDATE</command>, <command>DELETE</command> or
<command>TRUNCATE</command> which is being replicated. This restriction on
row-level security may be lifted in a future version of