Re: displaying enum

From: chirag(dot)dave(at)gmail(dot)com
To: Jagadeesh <mnjagadeesh(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: displaying enum
Date: 2008-09-22 14:53:06
Message-ID: f1d4f3170809220753l990ccc4x3988d13754757b77@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Assuming you are are running 8.3, you can do this:

SELECT a.typname,b.enumlabel from pg_type a , pg_enum b where
a.oid=b.enumtypid and a.typname='NAME_OF_ENUM';

Chirag Dave
Afilias

On Mon, Sep 22, 2008 at 9:20 AM, Jagadeesh <mnjagadeesh(at)gmail(dot)com> wrote:

> Hi admins,
>
> I had created enum and forgotten what were the values. Is there any
> way to see what I created?
>
> Thanks
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tino Schwarze 2008-09-22 15:06:34 Re: SIGKILL and force disconnecting user sessions
Previous Message Tom Lane 2008-09-22 14:43:00 Re: Error while trying to back up database: out of memroy