doc: Fix typo in GRANT docs

Commit ce6b672e44 accidentally introduced a trivial typo in the
documentation for GRANT.
pull/102/head
Daniel Gustafsson 3 years ago
parent 0c67e9e566
commit d16c99aa71
  1. 2
      doc/src/sgml/ref/grant.sgml

@ -272,7 +272,7 @@ GRANT <replaceable class="parameter">role_name</replaceable> [, ...] TO <replace
recorded as the grantor must have <literal>ADMIN OPTION</literal> on the
target role, unless it is the bootstrap superuser. When a grant is recorded
as having a grantor other than the bootstrap superuser, it depends on the
grantor continuing to posess <literal>ADMIN OPTION</literal> on the role;
grantor continuing to possess <literal>ADMIN OPTION</literal> on the role;
so, if <literal>ADMIN OPTION</literal> is revoked, dependent grants must
be revoked as well.
</para>

Loading…
Cancel
Save