Skip to content
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

Closed
1 of 3 tasks
Tracked by #33441
knz opened this issue Aug 4, 2016 · 4 comments
Closed
1 of 3 tasks
Tracked by #33441

sql: support compound types #8318

knz opened this issue Aug 4, 2016 · 4 comments
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
Copy link
Contributor

knz commented Aug 4, 2016

(this is a meta-issue to serve as placeholder and reference in error codes)

@knz knz added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Aug 4, 2016
@knz knz added this to the Later milestone Aug 4, 2016
@knz
Copy link
Contributor Author

knz commented Apr 13, 2018

Will need a fix to #24686

@stangls
Copy link

stangls commented Apr 27, 2018

We are currently trying a switchover from PostgreSQL to Cockroach and are missing the possibility to create custom domain like CREATE DOMAIN custom AS numeric(123,0);

@knz
Copy link
Contributor Author

knz commented Apr 27, 2018

@stangls thanks for your interest in CockroachDB. This issue is about a specific kind of type (compound), whereas you are more generally interested in user-defined types. I have created a separate issue to track this: #25123.

@knz 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
@knz
Copy link
Contributor Author

knz commented Jul 20, 2018

This issue has now be fully superseded by #25123..

@knz knz closed this as completed Jul 20, 2018
knz added a commit to knz/cockroach that referenced this issue Nov 22, 2018
knz added a commit to knz/cockroach that referenced this issue Nov 27, 2018
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)
Projects
None yet
Development

No branches or pull requests

2 participants