![]() | Postgres-XL 9.2 Documentation | |||
---|---|---|---|---|
Prev | Fast Backward | Chapter 47. System Catalogs | Fast Forward | Next |
Note: The following description applies only to Postgres-XL
The catalog pgxc_group stores information about cluster node group information, which is a list of cluster node OIDs. Groups can be used as aliases.
Table 47-53. pgxc_group Columns
Name | Type | References | Description |
---|---|---|---|
group_name | name | Name of cluster node group | |
group_members | oidvector | pgxc_node.oid | List of node OIDs of the node group |