Re: [PATCHES] Enums patch v2

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCHES] Enums patch v2
Дата
Msg-id 200612191058.49304.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: [PATCHES] Enums patch v2  (Tom Dunstan <pgsql@tomd.cc>)
Список pgsql-hackers
Heikki Linnakangas wrote:
> I'm sorry I missed the original discussions, but I have to ask: Why
> do we want enums in core? The only potential advantage I can see over
> using a look-up table and FK references is performance.

The difference is that foreign-key-referenced data is part of your data
whereas enums would be part of the type system used to model the data.

An objection to enums on the ground that foreign keys can accomplish the
same thing could be extended to object to any data type with a finite
domain.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Load distributed checkpoint
Следующее
От: Yoshiyuki Asaba
Дата:
Сообщение: Re: pg_restore fails with a custom backup file