summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2023-10-27 15:35:47 +0000
committerBruce Momjian2023-10-27 15:35:47 +0000
commit16ace6f7452a968f2b5b058ccccd75db4c56ef34 (patch)
tree926a51348ac3d8d87914c4c5cffc22d639062250
parent1ce00efe3cdba28882e2c7f93b4ec0aa67d9ad94 (diff)
doc: clarify logical decoding's deadlock of system tables
Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: master
-rw-r--r--doc/src/sgml/logicaldecoding.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 5af016cfa9..8067946a25 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -1197,9 +1197,8 @@ OutputPluginWrite(ctx, true);
</listitem>
</itemizedlist>
- Note that these commands that can cause deadlock apply to not only explicitly
- indicated system catalog tables above but also to any other [user] catalog
- table.
+ Note that these commands can cause deadlocks not only for the system
+ catalog tables listed above but for other catalog tables.
</para>
</sect2>
</sect1>