How to switch databases in psql? August 29, 2022 by Tarik In PostgreSQL, you can use the \connect meta-command of the client tool psql: \connect DBNAME or in short: \c DBNAME