Re: computed field on a table

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: computed field on a table
Дата
Msg-id 200401181956.17636.peter_e@gmx.net
обсуждение исходный текст
Ответ на computed field on a table  (David Garamond <lists@zara.6.isreserved.com>)
Ответы Re: computed field on a table  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
David Garamond wrote:
> This is a feature of Interbase/Firebird. Is this planned for future
> version of Postgres (I can always use a view for this though).

Use a trigger to keep a materialized version of the computed field up to
date, or use a view to compute the field dynamically.  No other
mechanisms are planned.


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

Предыдущее
От: David Garamond
Дата:
Сообщение: computed field on a table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using a Makefile during database development