Display or show tables in a PostgreSQL/PgSQL database
From the PostgreSQL psql monitor, use the following command to view the tables in the current database:
\dt
From the PostgreSQL psql monitor, use the following command to view the tables in the current database:
\dt