DEFAULT_CLUSTER()
Return the name of the default cluster for an instance.
DEFAULT_CLUSTER()
For example:
yellowbrick=# select default_cluster();
system_cluster
--------------------
eng-rc9-cluster-01
(1 row)
See also ALTER USER SET DEFAULT_CLUSTER and ALTER SYSTEM SET CLUSTER.
Parent topic:System Functions