We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066f27f commit c8c2f68Copy full SHA for c8c2f68
src/parser/mod.rs
@@ -7527,7 +7527,7 @@ impl<'a> Parser<'a> {
7527
}))
7528
}
7529
7530
- /// Parse a PostgreSQL-specific [Statement::DropOperator] statement.
+ /// Parse a[Statement::DropOperator] statement.
7531
///
7532
/// ```sql
7533
/// DROP OPERATOR [ IF EXISTS ] name ( { left_type | NONE } , right_type ) [, ...] [ CASCADE | RESTRICT ]
0 commit comments