Subject | Extended field/domain DEFAULT usage |
---|---|
Author | Thomas Steinmaurer |
Post date | 2006-01-03T22:13:16Z |
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
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