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

[YSQL] Wrong Error Message for CREATE TABLE of Serial Types #713

Closed
nocaway opened this issue Jan 8, 2019 · 1 comment
Closed

[YSQL] Wrong Error Message for CREATE TABLE of Serial Types #713

nocaway opened this issue Jan 8, 2019 · 1 comment
Assignees
Labels
kind/bug This issue is a bug

Comments

@nocaway
Copy link
Contributor

nocaway commented Jan 8, 2019

Current reporting.
postgres=# CREATE TABLE intro_tab_smallserial(intro_col_8 smallserial);
ERROR: could not open file "base/18373/0": No such file or directory

If not supported, the message should have been similar to the following error reporting.
postgres=# CREATE TABLE intro_tab_decimal(intro_col_7 numeric);
ERROR: Type not yet supported in YugaByte: 1700 (NUMERIC)

@nocaway nocaway added the kind/bug This issue is a bug label Jan 8, 2019
@hectorgcr
Copy link
Contributor

We now support these types. Done as part of issue #665 with commit c7310c1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue is a bug
Projects
None yet
Development

No branches or pull requests

3 participants