Re: Retrieving Definition for Composite Type

From: jasiek(at)klaster(dot)net
To: "Jordan S(dot) Jones" <list(at)racistnames(dot)com>
Cc: "PostgreSQL [SQL]" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Retrieving Definition for Composite Type
Date: 2003-03-13 22:20:18
Message-ID: 20030313222018.GA22300@serwer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Joe Conway 2003-03-13 22:37:10 Re: Retrieving Definition for Composite Type
Previous Message Tilo Schwarz 2003-03-13 21:34:30 Re: