AWS aurora-dsql documentation change
Summary
Added changelog entry for new sequences and identity columns documentation
Security assessment
Purely administrative update documenting content additions. No security implications or features referenced in the change description.
Diff
diff --git a/aurora-dsql/latest/userguide/doc-history.md b/aurora-dsql/latest/userguide/doc-history.md index 50fbb4049..b7f84527c 100644 --- a//aurora-dsql/latest/userguide/doc-history.md +++ b//aurora-dsql/latest/userguide/doc-history.md @@ -10,0 +11 @@ Change| Description| Date +New content: Sequences and identity columns| Added support for sequences and identity columns. New SQL command reference pages for CREATE SEQUENCE, ALTER SEQUENCE, DROP SEQUENCE, and sequence manipulation functions. Updated CREATE TABLE and ALTER TABLE to include identity column syntax. Added a new guide for choosing identifier types and cache sizes. For more information, see [Sequences and identity columns](sequences-identity-columns.html).| February 11, 2026