Re: Arrays - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: Arrays
Date
Msg-id 43D9C469.1040903@wildenhain.de
Whole thread Raw
In response to Re: Arrays  (Bob Pawley <rjpawley@shaw.ca>)
List 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

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Suggestions on storing and retrieving geocode data
Next
From: Michael Fuhr
Date:
Subject: Re: Interpreting pg_locks; looking for deadlock