List tables in current database
List all tables
\dt
List tables with size info
\dt+
List tables in public schema
\dt public.*