We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b26e50 commit a029dd0Copy full SHA for a029dd0
src/parser/mod.rs
@@ -6598,7 +6598,7 @@ impl<'a> Parser<'a> {
6598
}))
6599
}
6600
6601
- /// Parse a `CREATE OPERATOR FAMILY` statement
+ /// Parse a [Statement::CreateOperatorFamily]
6602
///
6603
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createopfamily.html)
6604
pub fn parse_create_operator_family(&mut self) -> Result<Statement, ParserError> {
0 commit comments