$ exit <- rootへ戻ります
$ psql dbtest <- rootの状態でデータベースへ接続をすると。。。
psql: FATAL: user "root" does not exist
<- というようにデータベースにrootユーザは存在しないと怒られます。(^^;
そこで -U を利用してpostgresを指定すると
$ psql -U postgres -q -d dbtest -f ファイル名
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme