Re: Arrays

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Arrays
Дата
Msg-id 43D9C469.1040903@wildenhain.de
обсуждение исходный текст
Ответ на Re: Arrays  (Bob Pawley <rjpawley@shaw.ca>)
Список 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 по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Suggestions on storing and retrieving geocode data
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Interpreting pg_locks; looking for deadlock