RE: what is the equivalent of oracle's DESCRIBE table?

Поиск
Список
Период
Сортировка
От chris markiewicz
Тема RE: what is the equivalent of oracle's DESCRIBE table?
Дата
Msg-id 00ab01c01f1e$40d673d0$dbb846c6@cmarkiewicz
обсуждение исходный текст
Ответ на what is the equivalent of oracle's DESCRIBE table?  ("chris markiewicz" <cmarkiew@commnav.com>)
Ответы RE: what is the equivalent of oracle's DESCRIBE table?  (Andrew Perrin - Demography <aperrin@demog.berkeley.edu>)
Список pgsql-general
\dt <table name> only seems to list Owner, Relation, and Type.

i am looking for something that returns the same info that is found in a
CREATE TABLE statement...column names, data types, etc.  i haven't seen
anything like this in the documentation...

thanks
chris

-----Original Message-----
From: Len Morgan [mailto:len-morgan@crcom.net]
Sent: Friday, September 15, 2000 9:48 AM
To: cmarkiew@commnav.com
Subject: Re: [GENERAL] what is the equivalent of oracle's DESCRIBE
table?


in psql: \dt <table name>

-----Original Message-----
From: chris markiewicz <cmarkiew@commnav.com>
To: 'PostgreSQL General' <pgsql-general@postgresql.org>
Date: Friday, September 15, 2000 8:51 AM
Subject: [GENERAL] what is the equivalent of oracle's DESCRIBE table?


>hello.
>
>what is the postgres equivalent of oracle's command-line DESCRIBE <table>
>command?  does there exist a sql92 command for this?
>
>thank you
>chris
>
>


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

Предыдущее
От: "chris markiewicz"
Дата:
Сообщение: what is the equivalent of oracle's DESCRIBE table?
Следующее
От: "Bryan White"
Дата:
Сообщение: Re: Corrupt Table