D
Size: a a a
D
Z
param ([string] $var1="")
$DBs = psql -qAtX "$var1" -c "select datname from pg_database where not datistemplate and datallowconn and datname!='postgres'"
При запуске test.ps1 "-h 127.0.0.1 -p 5433 -U postgres -d postgres"
- ругается psql, как будто ему не приходит полный параметр запуска скрипта.4
4
M
M
M
AS
param ([string] $var1="")
$DBs = psql -qAtX "$var1" -c "select datname from pg_database where not datistemplate and datallowconn and datname!='postgres'"
При запуске test.ps1 "-h 127.0.0.1 -p 5433 -U postgres -d postgres"
- ругается psql, как будто ему не приходит полный параметр запуска скрипта.AS
AS
Z
D
D
AS
AS
D