mysql: USE DATABASENAME;
postgresql: \c
mysql: SHOW TABLES
postgresql: \d
mysql: SHOW DATABASES
postgresql: \l
mysql: SHOW COLUMNS
postgresql: \d table
mysql: DESCRIBE TABLE
postgresql: \d+ table
postgresql: \c
mysql: SHOW TABLES
postgresql: \d
mysql: SHOW DATABASES
postgresql: \l
mysql: SHOW COLUMNS
postgresql: \d table
mysql: DESCRIBE TABLE
postgresql: \d+ table