結論
- 操作ユーザを
postgres
に変更する $ psql -U postgres -d -postgres
を実行してログインする
詳細
1. 操作ユーザを postgres
に変更する
su
コマンドを用いて操作するユーザを postgres
に変更します。
$ sudo su postgres
2. ログインしてみる
以下のコマンドでログインしてみます。
$ psql -U postgres -d postgres psql (13.0 (Ubuntu 13.0-1.pgdg20.04+1)) "help"でヘルプを表示します。 postgres=#