LoginSignup
1
1

More than 3 years have passed since last update.

PostgreSQLサーバーの起動を確認したい時

Last updated at Posted at 2019-06-28

必ず接続できるデータベースに接続できれば起動が確認できる

$ psql -d template1

template1はpostgresによって作成されたデータベースであり、すべてのインストールに存在します。
なのでPostgreSQLサーバーが動いていれば、必ず接続できるデータベースなのです。

以上

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1