MySQL/PostgreSQLのコマンドラインの表示結果をみやすくする

MySQL

末尾の;を\Gにする

mysql> select * from users\G

PostgreSQL

postgres=# \x
Expanded display is on.