Replying to message from pal kar <palkar0504(at)gmail(dot)com>:
> Hi everyone !
> I am supposed to get the properties of
> each column of each table in a database
> of postgresql.
>
> I know querying the tables of a database
> for values inside them. But not how to
> get the information about the tables themselves.
> This is new for me.
>
> Can someone extend their help please ?
>
>
> Pal
If you are using psql, try "\d tablename"
--
Cliff