List tables in schema postgres

List all tables in the public schema

psql -U myuser -d mydb -c '\dt public.*'
more postgres all 29 commands →