Update src/parser/mod.rs

Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
Luca Cappelletti 2025-11-18 10:04:44 +01:00 committed by GitHub
parent 724a7478fd
commit 1b26e5053b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6612,7 +6612,7 @@ impl<'a> Parser<'a> {
}))
}
/// Parse a CREATE OPERATOR CLASS statement
/// Parse a [Statement::CreateOperatorClass]
///
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createopclass.html)
pub fn parse_create_operator_class(&mut self) -> Result<Statement, ParserError> {