AWS AmazonRDS documentation change
Summary
Fixed duplicate word 'common' in password validation error message examples
Security assessment
The change corrects a typo in error messages but does not address security issues or document new security features.
Diff
diff --git a/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md b/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md index e820af01a..bb5f093ac 100644 --- a//AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md +++ b//AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md @@ -74 +74 @@ To set up this example in your RDS for PostgreSQL DB instance, you must have alr - RAISE EXCEPTION 'Cannot use passwords from the common common password dictionary'; + RAISE EXCEPTION 'Cannot use passwords from the common password dictionary'; @@ -213 +213 @@ The example code shown here defines the specification for the `my_password_check - RAISE EXCEPTION 'Cannot use passwords from the common common password dictionary'; + RAISE EXCEPTION 'Cannot use passwords from the common password dictionary';