Skip to content

Commit

Permalink
docs: note of caution about GENERATED BY DEFAULT AS IDENTITY.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashigeru committed Aug 29, 2024
1 parent 1523659 commit aac795f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sql-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ DDL should be issued from single thread when there is no on-going DML processing
----
note:

Limitation: Columns defined as `GENERATED BY DEFAULT AS IDENTITY` cannot be modified after the row has been created.
Currently, they function similarly to `GENERATED ALWAYS AS IDENTITY`.

`CREATE TABLE ... AS SELECT ...` is not supported.

### CREATE INDEX
Expand Down

0 comments on commit aac795f

Please sign in to comment.