pgd commit-scope drop v5.7.0
Warning: You are not reading the most recent version of this documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Synopsis
The pgd commit-scope drop
command is used to drop a commit scope from the EDB Postgres Distributed cluster.
Syntax
pgd commit-scope <COMMIT_SCOPE> drop [OPTIONS] [GROUP_NAME]
Where <COMMIT_SCOPE>
is the name of the commit scope to drop.
The optional [GROUP_NAME]
is the name of the group to which the commit scope belongs. If omitted, it defaults to the top-level group. Note that the name of the group must match the group name the commit scope was created with.
Options
No command specific options. See Global Options.
Examples
Drop a Commit Scope
The following example drops the commit scope named abc2
from the top-level group:
pgd commit-scope abc2 drop
Output
Command executed successfully
Drop a Commit Scope from a Group
The following example drops the commit scope named abc1
from the dc1_subgroup
group:
pgd commit-scope abc1 drop dc1_subgroup
Output
Command executed successfully