0
$ sudo -u postgres psql
postgres=# \list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
--------------+----------+----------+-------------+-------------+-----------------------
linuxhowtodb | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | |
データベースlinuxhowtodb
を現在のpsqlセッションから離れることなくどのように入力できますか?ありがとう。現在のpsqlセッションを終了せずにデータベースに入る方法は?
私は現在psqlのセッションを残すことができれば、その後、私は特定のデータベースにアクセスするには、次を実行できることに注意してください:
$ psql linuxhowtodb
psql (9.6.5)
Type "help" for help.
linuxhowtodb=>