pgd group get-option v6.0.0

Synopsis

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

Syntax

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

Where <GROUP_NAME> 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_routingWhether to enable 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 Connection Manager Options

OptionDescription
listen_addresswhich local addresses it should listen on for client connections
read_write_portwhich port to listen on for read-write connections
read_only_portwhich port to listen on for read-only connections
http_portwhich http port to listen for REST API calls (for integration purposes)
use_httpswhether http listener should use HTTPS, if enabled, the server certificate is used to TLS
read_write_max_client_connectionsmaximum read-write client connections allowed, defaults to max_connections
read_write_max_server_connectionsmaximum read-write connections that will be opened to server
read_only_max_client_connectionsmaximum read-only client connections allowed
read_only_max_server_connectionsmaximum read-only connections that will be opened to server
read_write_consensus_timeouthow long to wait on loss of consensus before read-write connections are no longer accepted
read_only_consensus_timeouthow long to wait on loss of consensus before read-only connections are no longer accepted.

Group Proxy Options (For PGD 5.0 to 5.8 only)

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.

When a value is shown followed by (inherited), this means the value is not specifically set on the group, but is inherited from a parent group.

Options

No command specific options. See Global Options.

Examples

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