Re: Model clause and

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Model clause and
Дата
Msg-id cf43c8f1-11d0-6aee-3f61-e1571757441f@gmx.net
обсуждение исходный текст
Ответ на Re: Model clause and  (Michael Lewis <mlewis@entrata.com>)
Ответы Re: Model clause and  (Michael Lewis <mlewis@entrata.com>)
Список pgsql-general
Michael Lewis schrieb am 28.10.2021 um 22:44:
> On Thu, Oct 28, 2021 at 1:57 PM SQL Padawan <sql_padawan@protonmail.com <mailto:sql_padawan@protonmail.com>> wrote:
>
>     I presume that VIRTUAL GENERATED columns are on the to-do list?
>
>
> https://www.postgresql.org/docs/current/ddl-generated-columns.html
>
> Is this not what you want?

Those are persisted/stored generated columns. They are only evalated
when a row is inserted or updated.

Virtual generated columns are evaluated each time you access, so they
could use volatile functions.




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

Предыдущее
От: Michael Lewis
Дата:
Сообщение: Re: Model clause and
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: Model clause and