pgd group get-option v5

Synopsis

The pgd group get-option command is used to get group-level options in the EDB Postgres Distributed cluster.

Syntax

pgd group <GROUPNAME> get-option [OPTIONS] <OPTION>

Where <GROUPNAME> is the name of the group for which you want to get options.

And <OPTION> is the name of a specific group option you want to get. If no option is specified, . The following options are available:

Group Options

OptionDescription
apply_delayThe delay in applying changes to the group.
check_constraintsWhether to check constraints in the group.
default_commit_scopeThe default commit scope of the group.
enable_proxy_routingWhether to enable proxy routing in the group.
enable_raftWhether to enable Raft in the group.
enable_wal_decoderWhether to enable the WAL decoder in the group.
locationThe location of the group.
num_writersThe number of writers in the group.
route_reader_max_lagThe maximum lag for the reader in the group.
route_writer_max_lagThe maximum lag for the writer in the group.
streaming_modeThe streaming mode of the group.
route_writer_wait_flushThe wait time for flushing the writer in the group.
default_seqkindThe default sequence kind of the group.
default_replica_identityThe default replica identity of the group.
conflict_detection_methodThe conflict detection method of the group.
replay_progress_frequencyThe replay progress frequency of the group.
batch_insertsWhether to enable batch inserts in the group.
analytics_storage_locationThe storage location for analytics in the group.
analytics_autoadd_tablesWhether to automatically add tables to analytics in the group.

Group Proxy Options

OptionDescription
proxy_listen_addressThe listen address for the proxy in the group.
proxy_listen_addressesThe listen addresses for the proxy in the group.
proxy_listen_portThe listen port for the proxy in the group.
proxy_max_client_connThe maximum number of client connections for the proxy in the group.
proxy_max_server_connThe maximum number of server connections for the proxy in the group.
proxy_server_conn_timeoutThe server connection timeout for the proxy in the group.
proxy_server_conn_keepaliveThe server connection keepalive for the proxy in the group.
proxy_fallback_node_groupsThe fallback node groups for the proxy in the group.
proxy_fallback_node_group_timeoutThe fallback node group timeout for the proxy in the group.
proxy_consensus_grace_periodThe consensus grace period for the proxy in the group.
proxy_read_listen_addressThe listen address for the read proxy in the group.
proxy_read_listen_addressesThe listen addresses for the read proxy in the group.
proxy_read_listen_portThe listen port for the read proxy in the group.
proxy_read_max_client_connThe maximum number of client connections for the read proxy in the group.
proxy_read_max_server_connThe maximum number of server connections for the read proxy in the group.
proxy_read_server_conn_keepaliveThe server connection keepalive for the read proxy in the group.
proxy_read_server_conn_timeoutThe server connection timeout for the read proxy in the group.
proxy_read_consensus_grace_periodThe consensus grace period for the read proxy in the group.

Options

No command specific options. See Global Options.

Examples

pgd group dc1 get-option location
Output
Option Name Option Value
----------- ------------
location    London