postgres show table description code example
Example 1: show table postgres command
PostgreSQL show tables command
\dt
Example 2: describe table postgres
postgres=# \d schema.tablename;
PostgreSQL show tables command
\dt
postgres=# \d schema.tablename;