Fabian Pascal and RDBMS deficiencies in fully implementing the relational model

Поиск
Список
Период
Сортировка
От dananrg@yahoo.com
Тема Fabian Pascal and RDBMS deficiencies in fully implementing the relational model
Дата
Msg-id 1149769267.552267.286940@u72g2000cwu.googlegroups.com
обсуждение исходный текст
Ответы Re: Fabian Pascal and RDBMS deficiencies in fully  (Roy Souther <roy@silicontao.com>)
Re: Fabian Pascal and RDBMS deficiencies in fully  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: Fabian Pascal and RDBMS deficiencies in fully implementing the relational model  (David Fetter <david@fetter.org>)
Re: Fabian Pascal and RDBMS deficiencies in fully implementing  (Aaron Bingham <bingham@cenix-bioscience.com>)
Re: Fabian Pascal and RDBMS deficiencies in fully implementing the relational model  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-general
I'm reading, and enjoying immensely, Fabial Pascal's book "Practical
Issues in Database Management."

Though I've just gotten started with the book, he seems to be saying
that modern RDBMSs aren't as faithful to relational theory as they
ought to be, and that this has many *practical* consequences, e.g. lack
of functionality.

Given that PostgreSQL is open source, it seems a more likely candidate
for addressing Pascal's concerns. At least the potential is there.

Some questions:

1) Is PostgreSQL more faithful to relational theory? If so, do you find
yourself using the additional functionality afforded by this? e.g. does
it really matter to what you do in your daily work.

2) If PostgreSQL is *not* significantly more faithful to relational
theory than commercial RDBMSs, is it at least on the road to becoming
more faithful?

3) If PostgreSQL is not on the road to becoming more faithful to
relational theory and purity, why not? Is it due to the fact that
various SQL standards are themselves not fully faithful to relational
theory, and most RDBMSs have as a primary design goal to be faithful to
standards (which Pascal implies *are* relationally deficient)?

4) Which database, commercial or non-commercial, is most faithful to
relational theory itself, or is headed in that direction the quickest?

Dana


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

Предыдущее
От: Jonathon McKitrick
Дата:
Сообщение: Re: Problem with 'postgres' db with 8.0 on a MacBook
Следующее
От: dananrg@yahoo.com
Дата:
Сообщение: Re: Any *real* reason to choose a natural, composite PK over a surrogate, simple PK?