-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sql: support compound types #8318
Labels
A-sql-datatypes
SQL column types usable in table descriptors.
A-sql-typing
SQLtype inference, typing rules, type compatibility.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone
Comments
knz
added
the
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
label
Aug 4, 2016
Will need a fix to #24686 |
We are currently trying a switchover from PostgreSQL to Cockroach and are missing the possibility to create custom domain like |
knz
added
A-sql-datatypes
SQL column types usable in table descriptors.
A-sql-typing
SQLtype inference, typing rules, type compatibility.
and removed
A-sql-semantics
labels
May 9, 2018
This issue has now be fully superseded by #25123.. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-sql-datatypes
SQL column types usable in table descriptors.
A-sql-typing
SQLtype inference, typing rules, type compatibility.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
(this is a meta-issue to serve as placeholder and reference in error codes)
CREATE TYPE ... AS ( ... )
The text was updated successfully, but these errors were encountered: