Showing the columns and constrains of a table in PostgreSQL is done with:
\d+
Which lists the columns, data types and modifiers for a table.
**How can I show the details and constraints of Posgresql domain ?**
Asked by Adam Matan
(12079 rep)
Aug 11, 2014, 10:58 AM
Last activity: Mar 20, 2024, 11:08 AM
Last activity: Mar 20, 2024, 11:08 AM