Amazon Redshiftにpsqlで接続するときに、psqlのオプションにパスワードの指定オプションがないため、毎回パスワード入力のプロンプトが出てきて面倒な人向け
$ PGPASSWORD=[password] psql -h [Endpoint] -U [username] -d [dbname] -p [port]
Go to list of users who liked
More than 5 years have passed since last update.
Amazon Redshiftにpsqlで接続するときに、psqlのオプションにパスワードの指定オプションがないため、毎回パスワード入力のプロンプトが出てきて面倒な人向け
$ PGPASSWORD=[password] psql -h [Endpoint] -U [username] -d [dbname] -p [port]
Register as a new user and use Qiita more conveniently
Go to list of users who liked