What\'s the equivalent to show tables (from MySQL) in PostgreSQL?
show tables
\dt will list tables, and "\pset pager off" shows them in the same window, without switching to a separate one. Love that feature to death in dbshell.