AWS redshift documentation change
Summary
Corrected documentation: changed 'table names' to 'column names' in the filter_pattern description.
Security assessment
This is a documentation accuracy fix with no security implications. It clarifies pattern matching applies to column names instead of table names but doesn't involve security controls, vulnerabilities, or features.
Diff
diff --git a/redshift/latest/dg/r_SHOW_COLUMNS.md b/redshift/latest/dg/r_SHOW_COLUMNS.md index ae067c75a..725f37a07 100644 --- a//redshift/latest/dg/r_SHOW_COLUMNS.md +++ b//redshift/latest/dg/r_SHOW_COLUMNS.md @@ -61 +61 @@ _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 column names. The LIKE option performs a case-sensitive match that supports the following pattern-matching metacharacters: