Pages

Thursday, September 18, 2014

describe table psql

describe table psql

In my college days, I ve worked with Oracle; Whenever I create table, I used to issue a desc comamnd. But how to describe table in postgres from psql ?

\d+ <Table Name>
 
Solution Reference:
 
http://stackoverflow.com/questions/109325/postgresql-describe-table 

No comments:

Post a Comment