From ad17fbac298d43cf347f995ccedd9edc1e29484f Mon Sep 17 00:00:00 2001 From: Betsy Gitelman Date: Mon, 30 Sep 2024 16:34:36 -0400 Subject: [PATCH] Edits to Added reference, converted to tables, added defaults pgd pr6081 --- product_docs/docs/pgd/5/reference/pgd-settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/reference/pgd-settings.mdx b/product_docs/docs/pgd/5/reference/pgd-settings.mdx index 1d68c675cdc..17999693f82 100644 --- a/product_docs/docs/pgd/5/reference/pgd-settings.mdx +++ b/product_docs/docs/pgd/5/reference/pgd-settings.mdx @@ -155,7 +155,7 @@ lock (default is 10 minutes). A value of zero disables this timeout. ### `bdr.lock_table_locking` -Defaults to off. This configuration option sets locking behavior for LOCK TABLE Statement; when enabled, LOCK TABLE statement will also take a global DML lock on the cluster, blocking other locking statements. +Sets locking behavior for LOCK TABLE statement (default is off). When enabled, LOCK TABLE statement also takes a global DML lock on the cluster, blocking other locking statements. | Value | Description | | --- | --- |