PostgreSQL コマンドラインクライアントです。 もっと詳しく: https://www.postgresql.org/docs/current/app-psql.html。
psql {{データベース}}
psql -h {{ホスト}} -p {{ポート}} -U {{ユーザ名}} {{データベース}}
psql -h {{ホスト}} -p {{ポート}} -U {{ユーザ名}} -W {{データベース}}
psql -c '{{クエリ}}' {{データベース}}
psql {{データベース}} -f {{file.sql}}