From 59bace10dcaffc60cfefd824656bf070ca35b172 Mon Sep 17 00:00:00 2001 From: Josh Earlenbaugh Date: Tue, 10 Sep 2024 15:25:51 -0400 Subject: [PATCH] Small tweaks. --- product_docs/docs/pgd/5.6/reference/commit-scopes.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx b/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx index 8293e7e055c..a983ba0fae7 100644 --- a/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx +++ b/product_docs/docs/pgd/5.6/reference/commit-scopes.mdx @@ -140,7 +140,7 @@ Specify Boolean, enum, int, and interval values using the [Postgres GUC paramete SYNCHRONOUS_COMMIT [ DEGRADE ON (degrade_on_parameter = value ) TO commit_scope_degrade_operation ] ``` -The `SYNCHRONOUS_COMMIT` has `DEGRADE ON` parameters: +### DEGRADE ON parameters | Parameter | Type | Default | Description | | ------------------ | -------- | ------- | ------------------------------------------------------------------------------------------------------------ | @@ -149,7 +149,9 @@ The `SYNCHRONOUS_COMMIT` has `DEGRADE ON` parameters: These set the conditions on which the commit scope rule will degrade to a less restrictive mode of operation. -The `commit_scope_degrade_operation` must be `SYNCHRONOUS_COMMIT` with a less restrictive commit scope group or be `ASYNC`. +### commit_scope_degrade_operation + +The `commit_scope_degrade_operation` must be `SYNCHRONOUS_COMMIT` with a less restrictive commit scope group—or must be `ASYNC`. ## GROUP COMMIT @@ -227,7 +229,7 @@ See ["CAMO" in Durability](../commit-scopes/camo) for more details. CAMO [ DEGRADE ON ( degrade_on_parameter = value ) TO ASYNC ] ``` -### Degrade On parameters +### DEGRADE ON parameters Allows degrading to asynchronous operation on timeout.