RE: Describe structure.

Поиск
Список
Период
Сортировка
От Wilkinson Charlie E
Тема RE: Describe structure.
Дата
Msg-id C9077ABBC4CED311A69F0004AC3699EB02FBF393@nct0010mb03.nc.no.irs.gov
обсуждение исходный текст
Ответ на Describe structure.  ("anuj" <Anuj@in-control.de>)
Ответы RE: Describe structure.  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general

While we're on the topic, can someone tell me where '\d *' went, and what to use instead?
That particular command seems to have disappeared in PG7.

Thanks for any light-shedding...

-cw-

> -----Original Message-----
> From: Poul L. Christiansen [mailto:plc@faroenet.fo]
> Sent: Tuesday, July 25, 2000 4:43 AM
> To: anuj
> Cc: pgsql-general@hub.org
> Subject: Re: [GENERAL] Describe structure.
>
>
> 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 по дате отправления:

Предыдущее
От: Guillaume Perréal
Дата:
Сообщение: Re: Statistical Analysis
Следующее
От: "Fetter, David M"
Дата:
Сообщение: RE: Problems upgrading from v6.4.2 to v7.0.2