Re: FKs + partial indexes?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: FKs + partial indexes?
Дата
Msg-id 3747.24.211.165.134.1164234223.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Re: FKs + partial indexes?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> create table constants (type text, id int primary key, value text);
>> create unique index x_const_idx on constants(id) where type = 'x';
>> create table client (id serial primary key; xid int references
>> constants(id) using x_const_idx);
>
> This seems like a solution in search of a problem.  Why wouldn't you
> just use separate reference tables?  Adding such a concept would break
> more things than I even want to think about (information_schema for
> starters).
>

Well, I was thinking out loud, more or less. And with luck enums will take
care of many of the cases. I'll try to suppress the overactive imagination
:-)

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: dblink locked query
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Out of memory error causes Abort, Abort tries to allocate memory