SyntaxFix
Write A Post
Hire A Developer
Questions
The psql equivalent of DESCRIBE TABLE is \d table.
DESCRIBE TABLE
\d table
See the psql portion of the PostgreSQL manual for more details.