pgd commit-scope drop v5

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.

Options

No command specific options. See Global Options.

Examples

Drop a Commit Scope

The following example drops the commit scope named abc1:

pgd commit-scope abc1 drop
Output
Status Message
------ -----------------------------
OK     Command executed successfully