Re: enum types and binary queries

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: enum types and binary queries
Дата
Msg-id 46D81447.8060007@dunslane.net
обсуждение исходный текст
Ответ на Re: enum types and binary queries  ("Merlin Moncure" <mmoncure@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: enum types and binary queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: enum types and binary queries