From: | "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | \dT+ does not give elements ? |
Date: | 2011-12-02 20:13:40 |
Message-ID: | 482E80323A35A54498B8B70FF2B8798004D61983CE@azsmsx504.amr.corp.intel.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi:
SImple/quick (hopefully)
thedb=# \dT+
List of data types
Schema | Name | Internal name | Size | Elements | Description
--------+-------------------+-------------------+-------+----------+-------------
public | one_string_rec | one_string_rec | tuple | |
public | pwr_stdb_data | pwr_stdb_data | tuple | |
public | pwrrec | pwrrec | tuple | |
public | tree_template_rec | tree_template_rec | tuple | |
(4 rows)
...but no "elements". These are all record types. How can I see the composition of one of thest data types
Thanks in Advance !
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Amiel | 2011-12-02 20:19:39 | Oddball data distribution giving me planner headaches |
Previous Message | Pavel Stehule | 2011-12-02 20:01:26 | Re: How to convert HEX to ASCII? |