AWS aurora-dsql documentation change
Summary
Minor text change from 'IDENTITY columns' to 'identity columns' (removed backticks and capitalization)
Security assessment
This is purely a formatting/documentation style change with no security context. The modification doesn't reference vulnerabilities, security features, or protective measures.
Diff
diff --git a/aurora-dsql/latest/userguide/sequences-identity-columns-working-with.md b/aurora-dsql/latest/userguide/sequences-identity-columns-working-with.md index e60e700d4..25e4b4d2b 100644 --- a//aurora-dsql/latest/userguide/sequences-identity-columns-working-with.md +++ b//aurora-dsql/latest/userguide/sequences-identity-columns-working-with.md @@ -9 +9 @@ Choosing identifier typesChoosing a cache size -This section helps you understand how best to use sequences and `IDENTITY` columns based on workload patterns. +This section helps you understand how best to use sequences and identity columns based on workload patterns.