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
RSS feed for comments on this post. TrackBack URL
Jassi Paramjit said on September 9, 2010
Thanks Sir, I really need this coomand