From 0481541f6a640a2a947c3399e29a0d8a0adc792b Mon Sep 17 00:00:00 2001 From: Josh Earlenbaugh Date: Tue, 2 Jul 2024 16:05:57 -0400 Subject: [PATCH] Notes to nodes... --- product_docs/docs/pgd/5/ddl/ddl-locking.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/ddl/ddl-locking.mdx b/product_docs/docs/pgd/5/ddl/ddl-locking.mdx index 821779465ca..d44fc6b9985 100644 --- a/product_docs/docs/pgd/5/ddl/ddl-locking.mdx +++ b/product_docs/docs/pgd/5/ddl/ddl-locking.mdx @@ -68,7 +68,7 @@ can be reached and are keeping up reasonably well with the current write rate. If such DDL commands must be performed while a node is down, first remove the down node from the configuration. -All eligible data notes must agree to grant a global DML lock before the lock is granted. +All eligible data nodes must agree to grant a global DML lock before the lock is granted. Witness and subscriber-only nodes aren't eligible to participate. If a DDL statement isn't replicated, no global locks are acquired.