postgresql: update reference to psql binary

This commit is contained in:
ibizaman 2025-08-25 08:38:20 +02:00
parent 56ae0193f1
commit 8d61566071
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -104,7 +104,7 @@ in
settings = commonSettings; settings = commonSettings;
}; };
systemd.services.postgresql.postStart = '' systemd.services.postgresql.postStart = ''
$PSQL -tA <<'EOF' psql -tA <<'EOF'
DO $$ DO $$
DECLARE password TEXT; DECLARE password TEXT;
BEGIN BEGIN
@ -190,7 +190,7 @@ in
settings = commonSettings; settings = commonSettings;
}; };
systemd.services.postgresql.postStart = '' systemd.services.postgresql.postStart = ''
$PSQL -tA <<'EOF' psql -tA <<'EOF'
DO $$ DO $$
DECLARE password TEXT; DECLARE password TEXT;
BEGIN BEGIN
@ -243,7 +243,7 @@ in
settings = commonSettings; settings = commonSettings;
}; };
systemd.services.postgresql.postStart = '' systemd.services.postgresql.postStart = ''
$PSQL -tA <<'EOF' psql -tA <<'EOF'
DO $$ DO $$
DECLARE password TEXT; DECLARE password TEXT;
BEGIN BEGIN