Re: Database design and triggers... - Mailing list pgsql-general

From romantercero@gmail.com
Subject Re: Database design and triggers...
Date
Msg-id 1157670959.850352.124370@h48g2000cwc.googlegroups.com
Whole thread Raw
In response to Re: Database design and triggers...  (romantercero@gmail.com)
List 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 by date:

Previous
From: romantercero@gmail.com
Date:
Subject: Re: Database design and triggers...
Next
From: "A. Kretschmer"
Date:
Subject: Re: PostgreSQL books for beginner