RE: Describe structure. - Mailing list pgsql-general

From Wilkinson Charlie E
Subject RE: Describe structure.
Date
Msg-id C9077ABBC4CED311A69F0004AC3699EB02FBF393@nct0010mb03.nc.no.irs.gov
Whole thread Raw
In response to Describe structure.  ("anuj" <Anuj@in-control.de>)
Responses RE: Describe structure.
List 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 by date:

Previous
From: Guillaume Perréal
Date:
Subject: Re: Statistical Analysis
Next
From: "Fetter, David M"
Date:
Subject: RE: Problems upgrading from v6.4.2 to v7.0.2