ContainsTablespaces returns true if for this cluster, we need to create tablespaces
()
| 1050 | |
| 1051 | // ContainsTablespaces returns true if for this cluster, we need to create tablespaces |
| 1052 | func (cluster *Cluster) ContainsTablespaces() bool { |
| 1053 | return len(cluster.Spec.Tablespaces) != 0 |
| 1054 | } |
| 1055 | |
| 1056 | // GetPostgresUID returns the UID that is being used for the "postgres" |
| 1057 | // user |
no outgoing calls