Skip to content

Commit 9461617

Browse files
committed
Redshift/PostgreSQL: Parse optional aliases for wildcard select items
1 parent d60e8d1 commit 9461617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dialect/redshift.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ impl Dialect for RedshiftSqlDialect {
141141
true
142142
}
143143

144+
/// Redshift supports aliasing wildcard expressions:
145+
/// <https://docs.aws.amazon.com/redshift/latest/dg/r_SELECT_list.html>
144146
fn supports_select_wildcard_with_alias(&self) -> bool {
145147
true
146148
}

0 commit comments

Comments
 (0)