Re: Arrays

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Arrays
Date: 2006-01-27 06:57:45
Message-ID: 43D9C469.1040903@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bob Pawley schrieb:
> Our application will be dispersed amongst many users.
>
> I want to keep the datbase as generic as possible.
>
you can "disperse" custom datatypes as well.
If this isnt an option, I'd go for a true relational
approach with a units table and your main table

(value,min,max,unit_id) as real columns.

Regards
Tino

PS: please consider my private message to you
regarding e-mail formatting

In response to

  • Re: Arrays at 2006-01-26 21:59:03 from Bob Pawley

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-01-27 07:10:52 Re: Interpreting pg_locks; looking for deadlock
Previous Message Bruno Wolff III 2006-01-27 06:33:10 Re: Suggestions on storing and retrieving geocode data