mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
doc: Fix typo in user inheritance documentation
Commit 620ac28548
accidentally introduced a typo in the privilege
inheritance documentation
This commit is contained in:
@ -244,7 +244,7 @@ CREATE USER <replaceable>name</replaceable>;
|
|||||||
A role inherits the privileges of roles it is a member of, by default.
|
A role inherits the privileges of roles it is a member of, by default.
|
||||||
However, to create a role which does not inherit privileges by
|
However, to create a role which does not inherit privileges by
|
||||||
default, use <literal>CREATE ROLE <replaceable>name</replaceable>
|
default, use <literal>CREATE ROLE <replaceable>name</replaceable>
|
||||||
NOINHERIT</literal>. Alternatively, inheritance can be overriden
|
NOINHERIT</literal>. Alternatively, inheritance can be overridden
|
||||||
for individual grants by using <literal>WITH INHERIT TRUE</literal>
|
for individual grants by using <literal>WITH INHERIT TRUE</literal>
|
||||||
or <literal>WITH INHERIT FALSE</literal>.
|
or <literal>WITH INHERIT FALSE</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user