Support for Types - Mailing list pgadmin-support

From Dave Greco
Subject Support for Types
Date
Msg-id BANLkTikZ_jGNNg5r7WwWquVJ2QSxnfSDjA@mail.gmail.com
Whole thread Raw
Responses Re: Support for Types  (Dave Page <dpage@pgadmin.org>)
List pgadmin-support
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

pgadmin-support by date:

Previous
From: Boblitz John
Date:
Subject: Wish list: Generate Reports
Next
From: Dave Page
Date:
Subject: Re: Support for Types