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 Standard syntax for Identity Column (as implemented by Postgres 10+) causes error #40

Closed
frou opened this issue Nov 9, 2018 · 1 comment

Comments

@frou
Copy link

frou commented Nov 9, 2018

ref:
https://blog.2ndquadrant.com/postgresql-10-identity-columns/
https://www.postgresql.org/docs/10/sql-createtable.html

CREATE TABLE test_new (
    id int GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
    payload text
);

Attempt to fumpt...

syntax error at or near "generated"

@frou frou changed the title Postgres 10+ Identity Column syntax causes error SQL Standard syntax for Identity Column (as implemented by Postgres 10+) causes error Jan 8, 2019
@frou
Copy link
Author

frou commented Jun 7, 2020

#53

@frou frou closed this as completed Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant