tiny doc patch

Started by Filip Rembiałkowskialmost 10 years ago4 messages
#1Filip Rembiałkowski
filip.rembialkowski@gmail.com
1 attachment(s)

(include RLS option in CREATE USER doc)

should go into HEAD and REL9_5_STABLE

Attachments:

bypassrls.createuser.doc.patchtext/x-patch; charset=US-ASCII; name=bypassrls.createuser.doc.patchDownload
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml
index 6c690b3..574604f 100644
--- a/doc/src/sgml/ref/create_user.sgml
+++ b/doc/src/sgml/ref/create_user.sgml
@@ -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>'
#2Robert Haas
robertmhaas@gmail.com
In reply to: Filip Rembiałkowski (#1)
Re: tiny doc patch

On Thu, Jan 14, 2016 at 8:40 AM, Filip Rembiałkowski
<filip.rembialkowski@gmail.com> wrote:

(include RLS option in CREATE USER doc)

should go into HEAD and REL9_5_STABLE

Doesn't ALTER USER need the same fix?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Filip Rembiałkowski
filip.rembialkowski@gmail.com
In reply to: Robert Haas (#2)
1 attachment(s)
Re: tiny doc patch

right.

On Thu, Jan 14, 2016 at 5:46 PM, Robert Haas <robertmhaas@gmail.com> wrote:

Show quoted text

On Thu, Jan 14, 2016 at 8:40 AM, Filip Rembiałkowski
<filip.rembialkowski@gmail.com> wrote:

(include RLS option in CREATE USER doc)

should go into HEAD and REL9_5_STABLE

Doesn't ALTER USER need the same fix?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachments:

bypassrls.createuser.doc.patchtext/x-patch; charset=US-ASCII; name=bypassrls.createuser.doc.patchDownload
diff --git a/doc/src/sgml/ref/alter_user.sgml b/doc/src/sgml/ref/alter_user.sgml
index 84a0c52..5962a8e 100644
--- a/doc/src/sgml/ref/alter_user.sgml
+++ b/doc/src/sgml/ref/alter_user.sgml
@@ -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>'
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml
index 6c690b3..574604f 100644
--- a/doc/src/sgml/ref/create_user.sgml
+++ b/doc/src/sgml/ref/create_user.sgml
@@ -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>'
#4Robert Haas
robertmhaas@gmail.com
In reply to: Filip Rembiałkowski (#3)
Re: tiny doc patch

On Thu, Jan 28, 2016 at 9:09 AM, Filip Rembiałkowski
<filip.rembialkowski@gmail.com> wrote:

right.

Committed and back-patched to 9.5.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers