[type/__postgres_conf] Fix psql options for ALTER command

This commit is contained in:
Beni Ruef 2020-12-11 11:12:16 +01:00 committed by Dennis Camera
parent 50bcd95105
commit b4060720dc
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ in
# needs two separate psql commands because ALTER SYSTEM
# cannot run inside a transaction block
cat <<-EOF
su - ${postgres_user} -c "psql postgres -twAc \
su - ${postgres_user} -c "psql postgres -qwc \
\"${set_command}\""
su - ${postgres_user} -c "psql postgres -twAc \
\"SELECT pg_reload_conf()\""