Skip to content

Commit

Permalink
Update product_docs/docs/pgd/5/limitations.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Dee Dee Rothery <[email protected]>
  • Loading branch information
djw-m and drothery-edb committed Sep 8, 2023
1 parent 1c6baff commit 264203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CAMO. You can configure this option globally or in the PGD node group. See
[Group Commit](durability/group-commit) is a feature which enables configurable synchronous commits over
nodes in a group. If you use this feature, take the following limitations into account:

- Not all DDL can run when Group Commit is used. If unsupported DDL is used a warning is logged and the transactions commit scope is set to local only. The only supported DDL operations are:
- Not all DDL can run when you use Group Commit. If you use unsupported DDL, a warning is logged and the transactions commit scope is set to local. The only supported DDL operations are:
- non-concurrent `CREATE INDEX`
- non-concurrent `DROP INDEX`
- non-concurrent `REINDEX` of an individual table or index
Expand Down

0 comments on commit 264203c

Please sign in to comment.