psqlPostgreSQL コマンドラインクライアントです。 詳細情報: https://www.postgresql.org/docs/current/app-psql.html。
psql {{データベース}}
psql {{[-h|--host]}} {{ホスト}} {{[-p|--port]}} {{ポート}} {{[-U|--username]}} {{ユーザ名}} {{データベース}}
psql {{[-h|--host]}} {{ホスト}} {{[-p|--port]}} {{ポート}} {{[-U|--username]}} {{ユーザ名}} {{[-W|--password]}} {{データベース}}
psql {{[-c|--command]}} '{{クエリ}}' {{データベース}}
psql {{データベース}} {{[-f|--file]}} {{file.sql}}