Re: displaying enum - Mailing list pgsql-admin

From Lennin Caro
Subject Re: displaying enum
Date
Msg-id 424829.9369.qm@web59503.mail.ac4.yahoo.com
Whole thread Raw
In response to displaying enum  (Jagadeesh <mnjagadeesh@gmail.com>)
List pgsql-admin
--- On Mon, 9/22/08, Jagadeesh <mnjagadeesh@gmail.com> wrote:

> From: Jagadeesh <mnjagadeesh@gmail.com>
> Subject: [ADMIN] displaying enum
> To: pgsql-admin@postgresql.org
> Date: Monday, September 22, 2008, 1:20 PM
> Hi admins,
>
> I had created enum and forgotten what were the values. Is
> there any
> way to see what I created?
>
> Thanks

what version of postgresql you have?

try this query

select * from pg_type a,pg_enum b
where a.oid = b.enumtypid





pgsql-admin by date:

Previous
From: Tino Schwarze
Date:
Subject: Re: SIGKILL and force disconnecting user sessions
Next
From: "Brian A. Seklecki"
Date:
Subject: Re: SIGKILL and force disconnecting user sessions