forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
5.8 KiB
5.8 KiB
PGXC_NODE_ENV
PGXC_NODE_ENV displays the environmental variables information about all nodes in a cluster.
Column |
Type |
Description |
|---|---|---|
node_name |
Text |
Names of all nodes in the cluster. |
host |
Text |
Host names of all nodes in the cluster. |
process |
Integer |
Process IDs of all nodes in the cluster. |
port |
Integer |
Port numbers of all nodes in the cluster. |
installpath |
Text |
Installation directory of all nodes in the cluster. |
datapath |
Text |
Data directories of all nodes in the cluster. |
log_directory |
Text |
Log directories of all nodes in the cluster. |
Parent topic: System Views