Re: Some thoughts on table inheritance (which is uniquely awesome on PostgreSQL)

Поиск
Список
Период
Сортировка
От Chris Travers
Тема Re: Some thoughts on table inheritance (which is uniquely awesome on PostgreSQL)
Дата
Msg-id CAKt_ZfvB4q25+e0ZQGSF4CWBDd0z7Whyb=ofXy_VuoU41FTDEQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Some thoughts on table inheritance (which is uniquely awesome on PostgreSQL)  (Chris Travers <chris.travers@gmail.com>)
Список pgsql-general
One other thing that seems worth mentioning is that as soon as you
jump from relational to object-relational modelling is that the latter
is more rich and hence more complex than the former.  Because
object-relational modelling is a much expanded semantic superset of
relational modelling, the antipatterns are a much expanded superset
there too.  Additionally because the patterns are not yet well
understood, the whole area needs to be seen as somewhat immature.

That doesn't mean that the features are primarily useful as foot-guns,
but it does mean that productive use of features like this involves
careful documentation of patterns and antipatterns.

Best Wishes,
Chris Travers


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: FETCH in subqueries or CTEs
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Can column name aliases be supported?