Re: Retrieving Definition for Composite Type

Поиск
Список
Период
Сортировка
От jasiek@klaster.net
Тема Re: Retrieving Definition for Composite Type
Дата
Msg-id 20030313222018.GA22300@serwer
обсуждение исходный текст
Ответ на Retrieving Definition for Composite Type  ("Jordan S. Jones" <list@racistnames.com>)
Список pgsql-sql
On Thu, Mar 13, 2003 at 12:32:10PM -0700, Jordan S. Jones wrote:
> Hey...
> 
> Basically, I need the SQL equivalent of psql's "\d composite_type"
> 
> Any help would be greatly appreciated..
> 
> Jordan S. Jones
man psql

Use psql to find all SQL equivalents.
If you run psql with -E, you will be able to read all of SQL queries
psql executes.

Regards,
Tomasz Myrta


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

Предыдущее
От: Tilo Schwarz
Дата:
Сообщение: Re:
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Retrieving Definition for Composite Type