postgresql: update reference to psql binary

This commit is contained in:
ibizaman 2025-08-25 08:38:20 +02:00 committed by Pierre Penninckx
parent 9195f93566
commit 8221d4fe9a
2 changed files with 4 additions and 4 deletions

View file

@ -134,7 +134,7 @@ in
systemd.services.postgresql.postStart =
let
prefix = ''
$PSQL -tA <<'EOF'
psql -tA <<'EOF'
DO $$
DECLARE password TEXT;
BEGIN

View file

@ -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