You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgresql_auth_method: "{{ (postgresql_version is version('10', '>=') and pgpool2_version is version('4.0', '>=')) | ternary('scram-sha-256', 'md5') }}"
postgresql_extra_config_parameters: |
{% if pgpool2_backend_clustering_mode == 'snapshot_isolation' %}