Subject Extended field/domain DEFAULT usage
Author Thomas Steinmaurer
Hello,

is there anything on the plan/roadmap for an extended usage of the
field/domain DEFAULT usage?

It would be pretty neat being able to have something like that:

CREATE DOMAIN D_ACTYEAR AS
INTEGER
DEFAULT (EXTRACT(YEAR FROM CURRENT_DATE))
;

Basically, I'm asking for support of built-in functions and UDFs in the
DEFAULT clause.

Would this be possible or is that already planned?


Thanks,
Thomas