Re: [GENERAL] child table doesn't inherit PRIMARY KEY?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
Дата
Msg-id Pine.BSF.4.21.0101241120310.57849-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: [GENERAL] child table doesn't inherit PRIMARY KEY?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Wed, 24 Jan 2001, Bruce Momjian wrote:

> 
> OK, what do people want to do with this item?  Add to TODO list?
> 
> Seems making a separat unique constraint would be easy to do and be of
> value to most users.

The problem is that doing that will pretty much guarantee that we won't
be doing foreign keys to inheritance trees without changing that behavior
and we've seen people asking about adding that too.  I think that this
falls into the general category of "Make inheritance make sense" (Now 
there's a todo item :) )  Seriously, I think the work on how inheritance
is going to work will decide this, maybe we end up with a real inheritance
tree system and something that works like the current stuff in which case
I'd say it's probably one unique for the former and one per for the
latter.





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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: postgresql.conf and postgres options
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Strange.. solved