postgres-operator/pkg/util
Oleksii Kliukin 6b2f5071f7 Special case for search_path in user options.
- search_path accepts a list of values that cannot be quoted, as
  quoting would make PostgreSQL interpret the result as a single
  value. Since we require quoting of values with commas in the
  operator's configMap in order to avoid confusing them with the
  separate map entities, we need to strip those quotes before
  passing the value to PostgreSQL.
- make ftm run
2017-11-22 10:43:35 +01:00
..
config Special case for search_path in user options. 2017-11-22 10:43:35 +01:00
constants Kube cluster upgrade 2017-10-19 10:49:42 +02:00
filesystems Fix golint warnings 2017-08-01 16:08:56 +02:00
k8sutil use sync methods while updating the cluster 2017-11-03 12:00:43 +01:00
patroni Retry connecting to pg 2017-10-17 17:03:50 +02:00
retryutil Fix golint warnings 2017-08-01 16:08:56 +02:00
ringlog fix comments for ringlogger 2017-09-26 13:12:38 +02:00
teams fix test 2017-08-15 10:41:04 +02:00
users Special case for search_path in user options. 2017-11-22 10:43:35 +01:00
volumes Fix golint warnings 2017-08-01 16:08:56 +02:00
util.go Perform manual failover during the scale down 2017-10-16 17:41:23 +02:00
util_test.go Perform manual failover during the scale down 2017-10-16 17:41:23 +02:00