File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ ALTER USER <replaceable class="PARAMETER">role_specification</replaceable> [ WIT
32
32
| INHERIT | NOINHERIT
33
33
| LOGIN | NOLOGIN
34
34
| REPLICATION | NOREPLICATION
35
+ | BYPASSRLS | NOBYPASSRLS
35
36
| CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
36
37
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
37
38
| VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
32
32
| INHERIT | NOINHERIT
33
33
| LOGIN | NOLOGIN
34
34
| REPLICATION | NOREPLICATION
35
+ | BYPASSRLS | NOBYPASSRLS
35
36
| CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
36
37
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
37
38
| VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
You can’t perform that action at this time.
0 commit comments