@echo off
cd /d %~dp0
psql -h localhost -d postgres -U postgres -p 5432
初期設定だったらこれで接続できるはず。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
@echo off
cd /d %~dp0
psql -h localhost -d postgres -U postgres -p 5432
初期設定だったらこれで接続できるはず。
Register as a new user and use Qiita more conveniently
Go to list of users who liked