We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf1790 commit 6bf05f0Copy full SHA for 6bf05f0
src/parser/mod.rs
@@ -6447,7 +6447,7 @@ impl<'a> Parser<'a> {
6447
Ok(ObjectName(name_parts))
6448
}
6449
6450
- /// Parse a CREATE OPERATOR statement
+ /// Parse a `CREATE OPERATOR` statement
6451
///
6452
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createoperator.html)
6453
pub fn parse_create_operator(&mut self) -> Result<Statement, ParserError> {
0 commit comments