Re: Question re: relational technique - Mailing list pgsql-sql

From Robert Paulsen
Subject Re: Question re: relational technique
Date
Msg-id 200603130615.17335.robert@paulsenonline.net
Whole thread Raw
In response to Re: Question re: relational technique  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
On Monday 13 March 2006 03:03, Richard Huxton wrote:
> Robert Paulsen wrote:
> > This still requires me to modify the overall database structure but not
> > the original item table. As my reward :) I get to use any type I choose
> > for each new attribute.
>
> The whole point of the database structure is to accurately reflect the
> requirements of your data. If you don't want your change your structure
> to keep track of the real world, why bother to structure it in the first
> place? Just stick it all in text documents and let htdig free-text
> search against it.

Requirements change and differ from one application of the datbase to another. 
The database structure is maintained by others and is used by several diverse 
locations. It is an effort to incorporate and coordinate changes. The 
database already uses the name-value technique in one place, probably for 
this very reason. I was suspicious of the technique so posted my original 
question. The answer given is a resonable compromise. I can have my own table 
whose structure I control, even though the fields in the table "really" 
belong in another table.

Bob


pgsql-sql by date:

Previous
From: "Christian Paul B. Cosinas"
Date:
Subject: Constraint Error effect on PostgreSQL
Next
From: Markus Schaber
Date:
Subject: Re: Set generating functions and subqueries