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

Add parser support for VERTICA IDENTITY column type #11651

Closed
lukaseder opened this issue Mar 16, 2021 · 0 comments
Closed

Add parser support for VERTICA IDENTITY column type #11651

lukaseder opened this issue Mar 16, 2021 · 0 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Mar 16, 2021

In Vertica, an IDENTITY column has an implied data type:

create table "t" ("i" identity[*](1, 1) not null, "s" varchar(5) not null, primary key ("i"))

But our parser cannot process this:

create table "t" ("i" identity[*](1, 1) not null, "s" varchar(5) not null, primary key ("i"))

See also: https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/AdministratorsGuide/Sequences/AutoIncrementIdentitySequences.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant