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
3131 | INHERIT | NOINHERIT
3232 | LOGIN | NOLOGIN
3333 | REPLICATION | NOREPLICATION
34+ | BYPASSRLS | NOBYPASSRLS
3435 | CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
3536 | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
3637 | 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
3131 | INHERIT | NOINHERIT
3232 | LOGIN | NOLOGIN
3333 | REPLICATION | NOREPLICATION
34+ | BYPASSRLS | NOBYPASSRLS
3435 | CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
3536 | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
3637 | VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
You can’t perform that action at this time.
0 commit comments