Re: Custom Data Type Question

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Custom Data Type Question
Дата
Msg-id 455F2CA5.1000500@dunslane.net
обсуждение исходный текст
Ответ на Re: Custom Data Type Question  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: Custom Data Type Question
Список pgsql-hackers

Simon Riggs wrote:
> On Wed, 2006-11-15 at 16:38 -0500, Andrew Dunstan wrote:
>
>   
>> My little enumkit tool allows you to create enumerations today very 
>> easily, but its values are completely hardcoded. However, the above 
>> trick still works. The downside is that each enumeration type requires a 
>> tiny bit of compilation.
>>     
>
> Andrew,
>
> Your enum sounds good, apart from the hardcoded/compilation thing. That
> is a data management nightmare AFAICS and so restricts the usefulness of
> the solution.
>
>
>   

Simon, Tom Dunstan has submitted a patch for first class enum types that 
do not have the compilation requirement - it's in the queue for 8.3. You 
might want to review that.

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Matt Miller"
Дата:
Сообщение: Re: [GENERAL] Allowing SYSDATE to Work
Следующее
От: Markus Schiltknecht
Дата:
Сообщение: Re: Proposal: syntax of operation with tsearch'sconfiguration