[pgadmin-support] user data types

2008-07-02 Thread Olaf Frączyk
Hello, I have created a new data type (CREATE TYPE ...). How do I list user defined data types in particular schema? In the object tree I can't find it. (There are Tables, Functions, Sequences etc. but no Types) As I understand this is request for enhancement :)? Or am I missing something? Pl

Re: [pgadmin-support] user data types

2008-07-02 Thread Tino Wildenhain
Hi, Olaf Frączyk wrote: Hello, I have created a new data type (CREATE TYPE ...). How do I list user defined data types in particular schema? In the object tree I can't find it. (There are Tables, Functions, Sequences etc. but no Types) As I understand this is request for enhancement :)? Or a

Re: [pgadmin-support] user data types

2008-07-02 Thread Raymond O'Donnell
On 02/07/2008 11:38, Olaf Frączyk wrote: In the object tree I can't find it. (There are Tables, Functions, Sequences etc. but no Types) You need to go to File -> Options -> Display and check "Types". Ray. -- Raymond O'Donnell, D

Re: [pgadmin-support] user data types

2008-07-02 Thread Olaf Frączyk
On Wed, 2008-07-02 at 12:46 +0100, Raymond O'Donnell wrote: > On 02/07/2008 11:38, Olaf Frączyk wrote: > > > In the object tree I can't find it. (There are Tables, Functions, > > Sequences etc. but no Types) > > You need to go to File -> Options -> Display and check "Types". Thanks. Somebody made