Display the structure of PostgreSQL/PgSQL table fields
From within the psql monitor, issue the following command to view the structure of the table named ‘elephants’
\d elephants
From within the psql monitor, issue the following command to view the structure of the table named ‘elephants’
\d elephants