postgresql: update reference to psql binary
This commit is contained in:
parent
56ae0193f1
commit
8d61566071
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue