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 6bf05f0 commit 3d677e1Copy full SHA for 3d677e1
src/parser/mod.rs
@@ -6575,7 +6575,7 @@ impl<'a> Parser<'a> {
6575
}))
6576
}
6577
6578
- /// Parse a CREATE OPERATOR FAMILY statement
+ /// Parse a `CREATE OPERATOR FAMILY` statement
6579
///
6580
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createopfamily.html)
6581
pub fn parse_create_operator_family(&mut self) -> Result<Statement, ParserError> {
0 commit comments