Thanks to visit codestin.com Credit goes to github.com
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 c18cea1 commit a6e438dCopy full SHA for a6e438d
doc/src/sgml/user-manag.sgml
@@ -244,7 +244,7 @@ CREATE USER <replaceable>name</replaceable>;
244
A role inherits the privileges of roles it is a member of, by default.
245
However, to create a role which does not inherit privileges by
246
default, use <literal>CREATE ROLE <replaceable>name</replaceable>
247
- NOINHERIT</literal>. Alternatively, inheritance can be overriden
+ NOINHERIT</literal>. Alternatively, inheritance can be overridden
248
for individual grants by using <literal>WITH INHERIT TRUE</literal>
249
or <literal>WITH INHERIT FALSE</literal>.
250
</para>
0 commit comments