AWS AmazonRDS documentation change
Summary
Fixed broken URL formatting in PostgreSQL user management documentation
Security assessment
Change only corrects a URL syntax error (added double slash). No security content was modified or added. User management guidance remains unchanged.
Diff
diff --git a/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md b/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md index 7591adc3b..fb5fa89af 100644 --- a//AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md +++ b//AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Access.md @@ -71 +71 @@ When prompted, enter your password. The `psql` client connects and displays the -At this point, `lab_user1` and `lab_user2` can connect to the `lab_db` database. This example doesn't follow best practices for enterprise usage, which might include creating multiple database instances, different schemas, and granting limited permissions. For more complete information and additional scenarios, see [Managing PostgreSQL Users and Roles](https://aws.amazon.com/blogs/database/managing-postgresql-users-and-roles/). +At this point, `lab_user1` and `lab_user2` can connect to the `lab_db` database. This example doesn't follow best practices for enterprise usage, which might include creating multiple database instances, different schemas, and granting limited permissions. For more complete information and additional scenarios, see [Managing PostgreSQL Users and Roles](https://aws.amazon.com/blogs//database/managing-postgresql-users-and-roles/).