Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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:20 +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 0ffaa16da2fc75fcd1121dcde627837d6a8e9166..114572c5cc526966f9f6e722c72616c87ceb0764 100644 (file)
@@ -32,6 +32,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 065999c85a4df610908c1e762d7bc3435406986b..ccb021c40af15237e3312e3536b76585a498ffd8 100644 (file)
@@ -32,6 +32,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>'