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 @@ -31,6 +31,7 @@ ALTER USER <replaceable class="PARAMETER">role_specification</replaceable> [ WIT
31
31
| INHERIT | NOINHERIT
32
32
| LOGIN | NOLOGIN
33
33
| REPLICATION | NOREPLICATION
34
+ | BYPASSRLS | NOBYPASSRLS
34
<
8C7C
td data-grid-cell-id="diff-a0b37380e0b4250cc5491876d394511348ea63f960ad19433638600aa56e2eb6-34-35-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">35
| CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
35
36
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
36
37
| VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
31
31
| INHERIT | NOINHERIT
32
32
| LOGIN | NOLOGIN
33
33
| REPLICATION | NOREPLICATION
34
+ | BYPASSRLS | NOBYPASSRLS
34
35
| CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
35
36
| [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
36
37
| VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
You can’t perform that action at this time.
0 commit comments