forked from ungleich-public/cdist
[type/__postgres_conf] Fix psql options for ALTER command
This commit is contained in:
parent
50bcd95105
commit
b4060720dc
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ in
|
||||||
# needs two separate psql commands because ALTER SYSTEM
|
# needs two separate psql commands because ALTER SYSTEM
|
||||||
# cannot run inside a transaction block
|
# cannot run inside a transaction block
|
||||||
cat <<-EOF
|
cat <<-EOF
|
||||||
su - ${postgres_user} -c "psql postgres -twAc \
|
su - ${postgres_user} -c "psql postgres -qwc \
|
||||||
\"${set_command}\""
|
\"${set_command}\""
|
||||||
su - ${postgres_user} -c "psql postgres -twAc \
|
su - ${postgres_user} -c "psql postgres -twAc \
|
||||||
\"SELECT pg_reload_conf()\""
|
\"SELECT pg_reload_conf()\""
|
||||||
|
|
Loading…
Reference in a new issue