AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2026-05-31 · Documentation low

File: redshift/latest/dg/r_SHOW_PARAMETERS.md

Summary

Corrected documentation: changed 'table names' to 'parameter names' in the filter_pattern description.

Security assessment

This change fixes inaccurate documentation by specifying pattern matching applies to parameter names rather than table names. No security context or implications are present.

Diff

diff --git a/redshift/latest/dg/r_SHOW_PARAMETERS.md b/redshift/latest/dg/r_SHOW_PARAMETERS.md
index ae5d8d521..9f8cc58b6 100644
--- a//redshift/latest/dg/r_SHOW_PARAMETERS.md
+++ b//redshift/latest/dg/r_SHOW_PARAMETERS.md
@@ -52 +52 @@ _filter_pattern_
-A valid UTF-8 character expression with a pattern to match table names. The LIKE option performs a case-sensitive match that supports the following pattern-matching metacharacters:
+A valid UTF-8 character expression with a pattern to match parameter names. The LIKE option performs a case-sensitive match that supports the following pattern-matching metacharacters: