Re: get table schema in psql?

Поиск
Список
Период
Сортировка
От Rommel B. Abaya
Тема Re: get table schema in psql?
Дата
Msg-id 39C2161B.E10E9C9E@ramcargroup.com
обсуждение исходный текст
Ответ на get table schema in psql?  (Michael Teter <michael_teter@yahoo.com>)
Ответы Re: get table schema in psql?  ("Roderick A. Anderson" <raanders@altoplanos.net>)
Список pgsql-sql
type \d [tablename] at the psql console



Michael Teter wrote:

> how can I get the schema of a table in psql?
>
> in oracle I would do "desc tablename".  I remember sql
> server and ingres having a similar facility.
>
> right now the only way I seem to be able to get the
> information is by using pgaccess.
>
> I realize the definition of the table is probably
> spread across the various pg_ system tables, but I'm
> thinking there must be some easier way to get the
> info.
>
> in particular, I'm after the list of columns, their
> data types and lengths, null/non-null, default values,
> and table indices.
>
> thanks,
> michael
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/



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

Предыдущее
От: Michael Teter
Дата:
Сообщение: Re: get table schema in psql?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error with DISTINCT