pgd commit-scope drop v5.7
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