[MDEV-16377] Domain support (F251) Created: 2018-06-02 Updated: 2018-06-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Evan J Carroll | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 3 |
| Labels: | None | ||
| Description |
|
The spec has a section called F251, "Domain support". From the SQL Spec: "A domain is a named user-defined object that can be specified as an alternative to a data type in certain places where a data type can be specified. A domain consists of a data type, possibly a default option, and zero or more (domain) constraints." PostgreSQL implements this, Perhaps it should be placed on wish list or the like |