Re: enum types and binary queries - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: enum types and binary queries
Date
Msg-id 46D81447.8060007@dunslane.net
Whole thread Raw
In response to Re: enum types and binary queries  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-hackers

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


pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: enum types and binary queries
Next
From: Tom Lane
Date:
Subject: Re: enum types and binary queries