Re: [HACKERS] Behavior of GENERATED columns per SQL2003

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Behavior of GENERATED columns per SQL2003
Дата
Msg-id 1347.1178636561@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Behavior of GENERATED columns per SQL2003  (Zoltan Boszormenyi <zb@cybertec.at>)
Список pgsql-patches
Zoltan Boszormenyi <zb@cybertec.at> writes:
> Tom Lane �rta:
>> * There is no GENERATED BY DEFAULT AS (expr) in the spec.

> Yes, and because it already exists and called DEFAULT.

No, plain DEFAULT isn't a substitute, because it can't reference the
values of other columns.  I think there is a use-case for an overridable
GENERATED expression, but won't press the point right now.

>> Is anyone familiar with a database that implements SQL-spec generated
>> columns?  Do they actually store the columns?

> David Fuhry answered this question with the advertised intention.

Yeah, that's good to know --- the text of the spec is quite unhelpful
about telling you what they intended ...

            regards, tom lane

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

Предыдущее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: [HACKERS] Behavior of GENERATED columns per SQL2003
Следующее
От: Ale Raza
Дата:
Сообщение: Patch: Allocation of "kind" codes for spatial type.