proxy list v5.6

Lists all proxies in the EDB Postgres Distributed cluster and their summary

Synopsis

Lists all proxies in the EDB Postgres Distributed cluster and their summary.

We recommend giving all the proxies attached to the same group the same proxy option values.

pgd proxy list [flags]

Examples

Viewing all proxies

In this example, we have a multi-group cluster, with 2 proxies attached to each data group.

$ pgd list
Output
Proxy    Group   Listen Addrs Listen Port Read Listen Addrs Read Listen Port
-----    -----   ------------ ----------- ----------------- ----------------
proxy-a1 group_a [0.0.0.0]    6432        [0.0.0.0]         6433
proxy-a2 group_a [0.0.0.0]    6432        [0.0.0.0]         6433
proxy-b1 group_b [0.0.0.0]    6432        [0.0.0.0]         6433
proxy-b2 group_b [0.0.0.0]    6432        [0.0.0.0]         6433