AWS AmazonRDS documentation change
Summary
Fixed typo in password validation error message ('common common' to 'common')
Security assessment
Corrects a typo in an error message with no security implications.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md b/AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md index 7ff619238..e352d949d 100644 --- a//AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md +++ b//AmazonRDS/latest/AuroraUserGuide/PostgreSQL_trusted_language_extension.overview.tles-and-hooks.md @@ -74 +74 @@ To set up this example in your Aurora PostgreSQL DB cluster, you must have alrea - RAISE EXCEPTION 'Cannot use passwords from the common common password dictionary'; + RAISE EXCEPTION 'Cannot use passwords from the common password dictionary'; @@ -207 +207 @@ 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';