AWS redshift documentation change
Summary
Formatting changes: replaced asterisks with backticks around privilege indicators in list items for markdown consistency.
Security assessment
Purely cosmetic markdown formatting changes with no substantive content modifications. No security implications or documentation additions detected.
Diff
diff --git a/redshift/latest/dg/r_PG_DEFAULT_ACL.md b/redshift/latest/dg/r_PG_DEFAULT_ACL.md index 693e1fbff..aace1bcd6 100644 --- a//redshift/latest/dg/r_PG_DEFAULT_ACL.md +++ b//redshift/latest/dg/r_PG_DEFAULT_ACL.md @@ -30,15 +30,15 @@ defaclacl | aclitem[] | A string that defines the default privileges for the s - * a – INSERT (append) - * r – SELECT (read) - * w – UPDATE (write) - * d – DELETE - * R – RULE - * x – Grants the privilege to create a foreign key constraint ( REFERENCES). - * t – TRIGGER - * X – EXECUTE - * U – USAGE - * C – CREATE - * T – CREATE TEMP - * D – DROP - * P – TRUNCATE - * A – ALTER - * * – Indicates that the user receiving the preceding privilege can in turn grant the same privilege to others (WITH GRANT OPTION). + * `a` – INSERT (append) + * `r` – SELECT (read) + * `w` – UPDATE (write) + * `d` – DELETE + * `R` – RULE + * `x` – Grants the privilege to create a foreign key constraint ( REFERENCES). + * `t` – TRIGGER + * `X` – EXECUTE + * `U` – USAGE + * `C` – CREATE + * `T` – CREATE TEMP + * `D` – DROP + * `P` – TRUNCATE + * `A` – ALTER + * `*` – Indicates that the user receiving the preceding privilege can in turn grant the same privilege to others (WITH GRANT OPTION).