What command or short key can I use to exit the PostgreSQL command line utility psql?
psql
Type \q and then press ENTER to quit psql.
\q
ENTER
UPDATE: 19-OCT-2018
As of PostgreSQL 11, the keywords "quit" and "exit" in the PostgreSQL command-line interface have been included to help make it easier to leave the command-line tool.
quit
exit