Re: [pgadmin-support] Viewing enum values for custom type

2010-11-10 Thread Sean Laurent
On Wed, Nov 10, 2010 at 10:12 AM, Guillaume Lelarge wrote: > Le 10/11/2010 16:52, Sean Laurent a écrit : > > On Wed, Nov 10, 2010 at 9:02 AM, Guillaume Lelarge > > wrote: > >> Le 09/11/2010 01:11, Sean Laurent a écrit : > >>> Is there an issue way to view t

Re: [pgadmin-support] Viewing enum values for custom type

2010-11-10 Thread Sean Laurent
On Wed, Nov 10, 2010 at 9:02 AM, Guillaume Lelarge wrote: > Le 09/11/2010 01:11, Sean Laurent a écrit : > > Is there an issue way to view the possible enum values for a custom type > in > > PGAdmin3? Or is my only real option to run a query like: > > > > select

[pgadmin-support] Viewing enum values for custom type

2010-11-08 Thread Sean Laurent
Is there an issue way to view the possible enum values for a custom type in PGAdmin3? Or is my only real option to run a query like: select enum_range(null::MyCustomTypeT) Thanks! -Sean