We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a029dd0 commit 1ef8574Copy full SHA for 1ef8574
src/parser/mod.rs
@@ -6449,7 +6449,7 @@ impl<'a> Parser<'a> {
6449
Ok(ObjectName(parts))
6450
}
6451
6452
- /// Parse a `CREATE OPERATOR` statement
+ /// Parse a [Statement::CreateOperator]
6453
///
6454
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createoperator.html)
6455
pub fn parse_create_operator(&mut self) -> Result<Statement, ParserError> {
0 commit comments