Re: Describe a table

Поиск
Список
Период
Сортировка
От Tuna Chatterjee
Тема Re: Describe a table
Дата
Msg-id 1037206769.1956.1.camel@steamer.infoplease.com
обсуждение исходный текст
Ответ на Describe a table  ("Chris Boget" <chris@wild.net>)
Список pgsql-novice
\d tablename

should do the trick.

take care,
-tuna

On Wed, 2002-11-13 at 11:55, Chris Boget wrote:
> I've looked in a bunch of places (include the describe.c as suggested
> in the FAQ; I'm just really rusty on my C and as such got nothing from
> the code) on how to 'describe' a table.  In MySQL, I could simply use
> the command:
>
> desc tablename;
>
> What is the command in pgsql?
> I apologize for the stupid question but I've spent the last several hours
> looking for the stupid answer. :P
>
> thnx,
> Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org



В списке pgsql-novice по дате отправления:

Предыдущее
От: "Chris Boget"
Дата:
Сообщение: Describe a table
Следующее
От: Lachlan Deck
Дата:
Сообщение: Help with JDBC connection...