Re: Why is MySQL more chosen over PostgreSQL

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: Why is MySQL more chosen over PostgreSQL
Дата
Msg-id Pine.NEB.4.44.0208041540260.12724-100000@angelic.cynic.net
обсуждение исходный текст
Ответ на Re: Why is MySQL more chosen over PostgreSQL  (Stephen Deasey <stephen@bollocks.net>)
Список pgsql-hackers
On 29 Jul 2002, Stephen Deasey wrote:

> Table inheritance offers data model extensibility.  New (derived) tables
> can be added to the system, and will work with existing code that
> opperates on the base tables, without having to hack up all the code.

And why does this not work with the standard relational mechanism?
(Where a "derived table" would be just another table with a foreign
key pointing back to the base table.)

cjs
-- 
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org   Don't you know, in this new Dark Age, we're
alllight.  --XTC
 



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: fate of CLUSTER command ?
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Table inheritance versus views