Re: Inheritance

Поиск
Список
Период
Сортировка
От Don Baccus
Тема Re: Inheritance
Дата
Msg-id 3D5A54D9.3090909@pacifier.com
обсуждение исходный текст
Ответ на Re: Inheritance  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> Christopher Kings-Lynne wrote:
> 
>>>    1. The current implementation is broken.
>>>
>>>    2. We have no proper description of how a "fixed" implementation
>>>    should work.
>>
>>Surely 99% of the implementation problems    could be solved with an index type
>>that can span tables?
> 
> 
> Right.  Instead of talking in circles, let's figure out how to do it.
> If the issue is only sequence numbers, can we force a column to _only_
> get values from the sequence counter,

Even if primary keys were forced to be generated from a sequence (a very 
artificial restriction), unique constraints are also implemented by 
index.  And people also join on columns other than their primary key so 
will want indexes on these columns to span tables, also.


-- 
Don Baccus
Portland, OR
http://donb.photo.net, http://birdnotes.net, http://openacs.org



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

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: OOP real life example (was Re: Why is MySQL more
Следующее
От: ngpg@grymmjack.com
Дата:
Сообщение: Re: OOP real life example (was Re: Why is MySQL more