We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67c5c0 commit db57637Copy full SHA for db57637
1 file changed
src/dialect/postgresql.rs
@@ -289,8 +289,9 @@ impl Dialect for PostgreSqlDialect {
289
true
290
}
291
292
- /// [Postgres] support insert table aliases with an explicit "AS" keyword.
293
- /// See: <https://www.postgresql.org/docs/17/sql-insert.html>
+ /// [Postgres] supports insert table aliases with an explicit "AS" keyword.
+ ///
294
+ /// [Postgres]: https://www.postgresql.org/docs/17/sql-insert.html
295
fn supports_insert_table_explicit_alias(&self) -> bool {
296
297
0 commit comments