We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b8fca commit f66c825Copy full SHA for f66c825
doc/src/sgml/client-auth.sgml
@@ -186,6 +186,10 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
186
the requested user must be a member of the role with the same
187
name as the requested database. (<literal>samegroup</> is an
188
obsolete but still accepted spelling of <literal>samerole</>.)
189
+ Superusers are not considered to be members of a role for the
190
+ purposes of <literal>samerole</> unless they are explicitly
191
+ members of the role, directly or indirectly, and not just by
192
+ virtue of being a superuser.
193
The value <literal>replication</> specifies that the record
194
matches if a replication connection is requested (note that
195
replication connections do not specify any particular database).
0 commit comments