Skip to content

Commit 1ef8574

Browse files
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent a029dd0 commit 1ef8574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6449,7 +6449,7 @@ impl<'a> Parser<'a> {
64496449
Ok(ObjectName(parts))
64506450
}
64516451

6452-
/// Parse a `CREATE OPERATOR` statement
6452+
/// Parse a [Statement::CreateOperator]
64536453
///
64546454
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createoperator.html)
64556455
pub fn parse_create_operator(&mut self) -> Result<Statement, ParserError> {

0 commit comments

Comments
 (0)