]> granicus.if.org Git - postgresql/commitdiff
Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs.
authorRobert Haas <rhaas@postgresql.org>
Thu, 28 Jan 2016 14:29:04 +0000 (09:29 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 28 Jan 2016 14:33:09 +0000 (09:33 -0500)
Patch-by: Filip RembiaƂkowski
Reviewed-by: Robert Haas
Backpatch-through: 9.5

doc/src/sgml/ref/alter_user.sgml
doc/src/sgml/ref/create_user.sgml

index 84a0c52191fc6c82687ef49df99ac30fdbfd8f1d..5962a8e166c6f0fa8fce791a10c47d6d342f23ca 100644 (file)
@@ -31,6 +31,7 @@ ALTER USER <replaceable class="PARAMETER">role_specification</replaceable> [ WIT
     | INHERIT | NOINHERIT
     | LOGIN | NOLOGIN
     | REPLICATION | NOREPLICATION
+    | BYPASSRLS | NOBYPASSRLS
     | CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
     | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
     | VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'
index 6c690b36df561573f234de073e4ddbb10e6e9ec7..574604f796d7a55211fdad7d24f2ae72918869b0 100644 (file)
@@ -31,6 +31,7 @@ CREATE USER <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
     | INHERIT | NOINHERIT
     | LOGIN | NOLOGIN
     | REPLICATION | NOREPLICATION
+    | BYPASSRLS | NOBYPASSRLS
     | CONNECTION LIMIT <replaceable class="PARAMETER">connlimit</replaceable>
     | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<replaceable class="PARAMETER">password</replaceable>'
     | VALID UNTIL '<replaceable class="PARAMETER">timestamp</replaceable>'