We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724a747 commit 1b26e50Copy full SHA for 1b26e50
src/parser/mod.rs
@@ -6612,7 +6612,7 @@ impl<'a> Parser<'a> {
6612
}))
6613
}
6614
6615
- /// Parse a CREATE OPERATOR CLASS statement
+ /// Parse a [Statement::CreateOperatorClass]
6616
///
6617
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createopclass.html)
6618
pub fn parse_create_operator_class(&mut self) -> Result<Statement, ParserError> {
0 commit comments