postgresql: update reference to psql binary
This commit is contained in:
parent
9195f93566
commit
8221d4fe9a
2 changed files with 4 additions and 4 deletions
|
|
@ -134,7 +134,7 @@ in
|
|||
systemd.services.postgresql.postStart =
|
||||
let
|
||||
prefix = ''
|
||||
$PSQL -tA <<'EOF'
|
||||
psql -tA <<'EOF'
|
||||
DO $$
|
||||
DECLARE password TEXT;
|
||||
BEGIN
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ in
|
|||
settings = commonSettings;
|
||||
};
|
||||
systemd.services.postgresql.postStart = ''
|
||||
$PSQL -tA <<'EOF'
|
||||
psql -tA <<'EOF'
|
||||
DO $$
|
||||
DECLARE password TEXT;
|
||||
BEGIN
|
||||
|
|
@ -190,7 +190,7 @@ in
|
|||
settings = commonSettings;
|
||||
};
|
||||
systemd.services.postgresql.postStart = ''
|
||||
$PSQL -tA <<'EOF'
|
||||
psql -tA <<'EOF'
|
||||
DO $$
|
||||
DECLARE password TEXT;
|
||||
BEGIN
|
||||
|
|
@ -243,7 +243,7 @@ in
|
|||
settings = commonSettings;
|
||||
};
|
||||
systemd.services.postgresql.postStart = ''
|
||||
$PSQL -tA <<'EOF'
|
||||
psql -tA <<'EOF'
|
||||
DO $$
|
||||
DECLARE password TEXT;
|
||||
BEGIN
|
||||
|
|
|
|||
Loading…
Reference in a new issue