Skip to content

Commit 1b5366d

Browse files
authored
Fix duplicate items in CREATE USER and ALTER USER (#21939)
1 parent 95008e8 commit 1b5366d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

sql-statements/sql-statement-alter-user.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ UserSpecList ::=
2020
UserSpec ::=
2121
Username AuthOption
2222
23-
RequireClauseOpt ::=
24-
( 'REQUIRE' 'NONE' | 'REQUIRE' 'SSL' | 'REQUIRE' 'X509' | 'REQUIRE' RequireList )?
25-
26-
RequireList ::=
27-
( "ISSUER" stringLit | "SUBJECT" stringLit | "CIPHER" stringLit | "SAN" stringLit | "TOKEN_ISSUER" stringLit )*
28-
2923
Username ::=
3024
StringName ('@' StringName | singleAtIdentifier)? | 'CURRENT_USER' OptionalBraces
3125

sql-statements/sql-statement-create-user.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ IfNotExists ::=
2020
UserSpecList ::=
2121
UserSpec ( ',' UserSpec )*
2222
23-
RequireClauseOpt ::=
24-
( 'REQUIRE' 'NONE' | 'REQUIRE' 'SSL' | 'REQUIRE' 'X509' | 'REQUIRE' RequireList )?
25-
26-
RequireList ::=
27-
( "ISSUER" stringLit | "SUBJECT" stringLit | "CIPHER" stringLit | "SAN" stringLit | "TOKEN_ISSUER" stringLit )*
28-
2923
UserSpec ::=
3024
Username AuthOption
3125

0 commit comments

Comments
 (0)