Re: Database design and triggers...

From: romantercero(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Database design and triggers...
Date: 2006-09-07 23:15:59
Message-ID: 1157670959.850352.124370@h48g2000cwc.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message C.Strobl 2006-09-08 08:34:52 Re: postgres and emacs on windows os
Previous Message Gregory S. Williamson 2006-09-07 23:09:39 Re: Database design and triggers...