pgsql: Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs.
Date
Msg-id E1aOnhu-0003Sb-97@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs.

Patch-by: Filip Rembiałkowski
Reviewed-by: Robert Haas
Backpatch-through: 9.5

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/80db1ca2d79338c35bb3e01f2aecad78c2231b06

Modified Files
--------------
doc/src/sgml/ref/alter_user.sgml  |    1 +
doc/src/sgml/ref/create_user.sgml |    1 +
2 files changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs.
Next
From: Robert Haas
Date:
Subject: pgsql: Avoid multiple foreign server connections when all use same user