Skip to content

Commit

Permalink
Small tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe442 committed Sep 10, 2024
1 parent 620b4a5 commit 59bace1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions product_docs/docs/pgd/5.6/reference/commit-scopes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------------------ | -------- | ------- | ------------------------------------------------------------------------------------------------------------ |
Expand All @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 59bace1

Please sign in to comment.