\dT+ does not give elements ? - Mailing list pgsql-general

From Gauthier, Dave
Subject \dT+ does not give elements ?
Date
Msg-id 482E80323A35A54498B8B70FF2B8798004D61983CE@azsmsx504.amr.corp.intel.com
Whole thread Raw
Responses Re: \dT+ does not give elements ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 !

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: How to convert HEX to ASCII?
Next
From: Jeff Amiel
Date:
Subject: Oddball data distribution giving me planner headaches