Re: enum types and binary queries

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: enum types and binary queries
Date: 2007-08-31 13:14:47
Message-ID: 46D81447.8060007@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Merlin Moncure wrote:
>
> One other very small observation: afaict, there appears to be no way
> to list enum contents in psql (although you can list the enums
> themselves in the type listing).

select enum_range(null::myenumtype);

> I'm willing to take a stab at these things if Andrew is busy.
>
>
>

I should have a cut of binary I/O done today, which I will send to you
for testing and TomD for comment. We need to get it in by beta as it's a
catalog change.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-08-31 13:38:34 Re: enum types and binary queries
Previous Message Merlin Moncure 2007-08-31 12:49:05 Re: enum types and binary queries

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-08-31 13:38:34 Re: enum types and binary queries
Previous Message Merlin Moncure 2007-08-31 12:49:05 Re: enum types and binary queries