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 51621b5 commit 97de846Copy full SHA for 97de846
src/parser/alter.rs
@@ -39,7 +39,7 @@ impl Parser<'_> {
39
))
40
}
41
42
- pub fn parse_alter_user(&mut self) -> Result<Statement, ParserError> {
+ fn parse_alter_user(&mut self) -> Result<Statement, ParserError> {
43
if dialect_of!(self is PostgreSqlDialect) {
44
return self.parse_pg_alter_user();
45
0 commit comments