Re: Describe structure.
| От | Poul L. Christiansen |
|---|---|
| Тема | Re: Describe structure. |
| Дата | |
| Msg-id | 397D5301.B8B97050@faroenet.fo обсуждение исходный текст |
| Ответ на | Describe structure. ("anuj" <Anuj@in-control.de>) |
| Список | pgsql-general |
pg=>\d tblpg will describe the structure. pg=>\? will give a list of commands, including how to use \d anuj wrote: > Hi, > My table name is tblpg. > I want to see the table structure. > Like oracle have Describe <table name>. > What PG have ? or any command. > Thank in advance. > Anuj > > pg=> \d > Database = pg > +------------------+----------------------------------+----------+ > | Owner | Relation | Type | > +------------------+----------------------------------+----------+ > | postgres | tblpg | table | > +------------------+----------------------------------+----------+ > > pg=> describe tblpg; > ERROR: parser: parse error at or near "describe"
В списке pgsql-general по дате отправления: