How can I get a list of column names and datatypes of a table in PostgreSQL using a query?
Open psql command line and type :
psql
d+ table_name
2.1m questions
2.1m answers
60 comments
57.0k users