AWS prescriptive-guidance documentation change
Summary
Shortened navigation title and modified warning comments in SQL query for PostgreSQL maintenance.
Security assessment
Changes are editorial (title shortening) and grammatical (warning message rewording). The SQL warnings about non-superuser limitations and statistics reliability are maintenance best practices, not security vulnerability fixes or security feature documentation.
Diff
diff --git a/prescriptive-guidance/latest/postgresql-maintenance-rds-aurora/example.md b/prescriptive-guidance/latest/postgresql-maintenance-rds-aurora/example.md index 7d41ce74e..f06732cf2 100644 --- a//prescriptive-guidance/latest/postgresql-maintenance-rds-aurora/example.md +++ b//prescriptive-guidance/latest/postgresql-maintenance-rds-aurora/example.md @@ -5 +5 @@ -[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Maintenance activities for PostgreSQL databases in Amazon RDS and Amazon Aurora to avoid performance issues](introduction.html) +[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Maintenance for PostgreSQL databases in Amazon RDS and Amazon Aurora to avoid performance issues](introduction.html) @@ -14,3 +14,3 @@ The following query determines the bloat on the table: - -- WARNING: When run with a non-superuser role, the query inspects only indexes on tables you are granted to read. - -- WARNING: Rows with is_na = 't' are known to have bad statistics ("name" type is not supported). - -- This query is compatible with PostgreSQL 8.2 and later. + -- WARNING: executed with a non-superuser role, the query inspect only index on tables you are granted to read. + -- WARNING: rows with is_na = 't' are known to have bad statistics ("name" type is not supported). + -- This query is compatible with PostgreSQL 8.2 and after