Re: Table description

From: Robert Gravsjö <robert(at)blogg(dot)se>
To: Livia Santos <liviasilvasantos(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Table description
Date: 2007-08-20 15:09:11
Message-ID: 46C9AE97.5010103@blogg.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Livia Santos wrote:
> Hi.
>
> Is there any command that describe a table, such as desc table_name as
> in Oracle?

Not sure how desc table_name works in Oracle, but from psql you can use:
\dt table_name

Issue \? in psql for more information.

Regards,
roppert

>
> Thanks in advance.
>
> --
> Lívia Silva Santos
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Reyes 2007-08-20 15:53:22 tcp_keepalive values not taking
Previous Message Scott Marlowe 2007-08-20 15:08:23 Re: Table description