Re: Retrieving Definition for Composite Type - Mailing list pgsql-sql

From jasiek@klaster.net
Subject Re: Retrieving Definition for Composite Type
Date
Msg-id 20030313222018.GA22300@serwer
Whole thread Raw
In response to Retrieving Definition for Composite Type  ("Jordan S. Jones" <list@racistnames.com>)
List 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 by date:

Previous
From: Tilo Schwarz
Date:
Subject: Re:
Next
From: Joe Conway
Date:
Subject: Re: Retrieving Definition for Composite Type