Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 843 Bytes

File metadata and controls

25 lines (18 loc) · 843 Bytes

SYNOPSIS

./pgedge ace table-rerun CLUSTER_NAME DIFF_FILE TABLE_NAME <flags>

DESCRIPTION

Rerun a table diff operation based on a previous diff file.

POSITIONAL ARGUMENTS

CLUSTER_NAME
    Name of the cluster where the operation should be performed.
DIFF_FILE
    Path to the diff file from a previous table diff operation.
TABLE_NAME
    Schema-qualified name of the table that you are comparing across cluster nodes.

FLAGS

-d, --dbname=DBNAME
    Name of the database to use. If omitted, defaults to the first database in the cluster configuration.

-b, --behavior=BEHAVIOR
    Deprecated. Formerly used to specify the behavior of the rerun. Now, it always defaults to "hostdb".

-q, --quiet=QUIET
    Whether to suppress output in stdout. Defaults to False.