Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DESCRIBE?

Status
Not open for further replies.

djam

Technical User
Nov 15, 2002
223
CA
Is there something similar to DESCRIBE in postgres? " ahhh computers, how they made our lives much simpler ;) "
 
If you are using the psql interactive prompt, [tt]\d[/tt] should do what you want. //Daniel
 
I thought DESCRIBE, describes the columns in the table, I would like to view the datatypes of each field.

thanks " ahhh computers, how they made our lives much simpler ;) "
 
In [tt]psql[/tt] if you type: [tt]\d table_name[/tt] you get the same thing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top