Re: [GENERAL] How to display structure of a table

2004-11-25 Thread Chris Green
On Thu, Nov 25, 2004 at 10:47:33AM +, Chris Green wrote: > On Thu, Nov 25, 2004 at 04:08:30PM +0530, Nageshwar Rao wrote: > >I have created a table and would like to display the structure to find > >out datatype and length. > > > >Just like in Oracle describe table_name; > > in ps

Re: [GENERAL] How to display structure of a table

2004-11-25 Thread Chris Green
On Thu, Nov 25, 2004 at 04:08:30PM +0530, Nageshwar Rao wrote: >I have created a table and would like to display the structure to find >out datatype and length. > >Just like in Oracle describe table_name; in psql:- \dt Basically the \d commands in psql give you much of what DESC

[GENERAL] How to display structure of a table

2004-11-25 Thread Nageshwar Rao
I have created a table and would like to display the structure to find out datatype and length. Just like in Oracle describe table_name;