Running PGAdmin III version 1.12.2. I do not see my user defined types anywhere in the schema list. Am I missing something or is this just not supported in PGAdmin III? Also, there is no "New Type" when you right-click on the schema.
Example of a type I have definied: hits=> \d test_result Composite type "public.test_result" Column | Type --------+------------------------ id | integer module | character varying(255) test | text result | boolean ~Thanks Dave Greco