is it possible to store results of aggregate calculations in table fields?

Поиск
Список
Период
Сортировка
От Jude DaShiell
Тема is it possible to store results of aggregate calculations in table fields?
Дата
Msg-id alpine.NEB.2.00.1410131640100.5251@panix3.panix.com
обсуждение исходный текст
Ответы Re: is it possible to store results of aggregate calculations in table fields?
Re: is it possible to store results of aggregate calculations in table fields?
Список pgsql-novice
If I can do that and use table field values to do calculations once moved
it won't be necessary for me to use plr.  Earlier I tried:
max_cystalic_pressure int NOT NULL, default max(cystalic_pressure),
and psql won't create the table complaining about default and DEFAULT and
def_EXPR I intended to be max(cystalic_pressure).
Unfortunately Linux command line environment hasn't got anything able to
compete with excel in terms of excel's functions which is why I tried this
database system at all.   I hope I do not have to use Windows to get this
done.


--



В списке pgsql-novice по дате отправления:

Предыдущее
От: Benoit Izac
Дата:
Сообщение: Re: Picking 25 samples of every domain
Следующее
От: Daniel Staal
Дата:
Сообщение: Re: is it possible to store results of aggregate calculations in table fields?