Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs.
authorRobert Haas
Thu, 28 Jan 2016 14:29:04 +0000 (09:29 -0500)
committerRobert Haas
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 role_specification [ WIT
     | INHERIT | NOINHERIT
     | LOGIN | NOLOGIN
     | REPLICATION | NOREPLICATION
+    | BYPASSRLS | NOBYPASSRLS
     | CONNECTION LIMIT connlimit
     | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'
     | VALID UNTIL 'timestamp'
index 6c690b36df561573f234de073e4ddbb10e6e9ec7..574604f796d7a55211fdad7d24f2ae72918869b0 100644 (file)
@@ -31,6 +31,7 @@ CREATE USER name [ [ WITH ] 
     | INHERIT | NOINHERIT
     | LOGIN | NOLOGIN
     | REPLICATION | NOREPLICATION
+    | BYPASSRLS | NOBYPASSRLS
     | CONNECTION LIMIT connlimit
     | [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'
     | VALID UNTIL 'timestamp'