You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE test_new (
id int GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
payload text
);
Attempt to fumpt...
syntax error at or near "generated"
The text was updated successfully, but these errors were encountered:
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
ref:
https://blog.2ndquadrant.com/postgresql-10-identity-columns/
https://www.postgresql.org/docs/10/sql-createtable.html
Attempt to fumpt...
syntax error at or near "generated"
The text was updated successfully, but these errors were encountered: