Re: Database design and triggers...

Поиск
Список
Период
Сортировка
От romantercero@gmail.com
Тема Re: Database design and triggers...
Дата
Msg-id 1157670959.850352.124370@h48g2000cwc.googlegroups.com
обсуждение исходный текст
Ответ на Re: Database design and triggers...  (romantercero@gmail.com)
Список pgsql-general
It just occurred to me. The purpose of normalizing the information and
having it stored on two separate tables is defeated if I have another
table that contains the same information but in an un-normalized
fashion. I would end up with two copies of the same information, one
normalized but not ready to be used by aggregate functions and another
un-normalized table kept up to date with triggers and ready to be used
by aggregate functions. Right? :-/

So that leaves the temporary table solution on the front end or views
on the back end. Any thoughts?


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

Предыдущее
От: romantercero@gmail.com
Дата:
Сообщение: Re: Database design and triggers...
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: PostgreSQL books for beginner