Skip to content

Commit

Permalink
Update product_docs/docs/pgd/5.6/commit-scopes/synchronous_commit.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
jpe442 and djw-m authored Nov 6, 2024
1 parent c4d44cb commit 2abdddc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ SELECT bdr.add_commit_scope(

## Details

Currently `SYNCHRONOUS COMMIT` doesn't use the confirmation levels of the commit scope rule syntax. `SYNCHRONOUS COMMIT` in commit scope rules has an alias, `SYNCHRONOUS_COMMIT`. The use of the space instead of the underscore helps distinguish it from Postgres's native `SYNCHRONOUS_COMMIT`.
Currently `SYNCHRONOUS COMMIT` doesn't use the confirmation levels of the commit scope rule syntax.

In commit scope rules, the original keyword `SYNCHRONOUS_COMMIT` is now aliased to `SYNCHRONOUS COMMIT`. The use of a space instead of an underscore helps distinguish it from Postgres's native `SYNCHRONOUS_COMMIT`.

0 comments on commit 2abdddc

Please sign in to comment.