\c <database_name>
PostgreSQLで使用すると、指定されたデータベースに接続します。
現在のデータベースの名前はどのように決定できますか?
次を入力:
my_db> current_database();
生成するもの:
ERROR: syntax error at or near "current_database"
LINE 1: current_database();
7
select current_database()
—
ミハイ14
前にSELECTを追加します。
—
ミハイ14
プロンプトが
—
a_horse_with_no_name 14
my_db
すでに現在のデータベースを示していることを知っていますか?