環境変数PGPASSWORDにパスワードをセットしておく
set -x PGPASSWORD admin
psqlを実行
psql -f initialize.sql -U admin -d postgres -h 127.0.0.1 -p 15432
環境変数PGPASSWORDにパスワードをセットしておく
set -x PGPASSWORD admin
psqlを実行
psql -f initialize.sql -U admin -d postgres -h 127.0.0.1 -p 15432