HostOnNet Blog

PostgreSQL DESCRIBE TABLE

Looking for Linux Server Admin or WordPress Expert? We can help.

DESCRIBE TABLE is a command used in Oracle database to show structure of a table in database.

The PostgreSQL equivalent is

\d+ TABLE_NAME

You will need to see database structure to work with databases.

Example

Posted in Database

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.