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