[type/__postgres_conf] Silence psql output

This commit is contained in:
Dennis Camera 2021-01-19 17:20:27 +01:00
parent 3f605c31ac
commit 4967c7ebbb
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ in
cat <<-EOF
exec 3< "\${__object:?}/parameter/value"
$(psql_cmd postgres -tAw -v ON_ERROR_STOP=on) <<'SQL'
$(psql_cmd postgres -tAwq -o /dev/null -v ON_ERROR_STOP=on) <<'SQL'
\\set conf_value \`cat <&3\`
ALTER SYSTEM SET ${conf_name} = :'conf_value';
SELECT pg_reload_conf();