diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-08-25 10:47:02 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-08-25 10:47:02 +0200 |
commit | d16c99aa71047e3cd94dad85f9fa82a7d6f94eed (patch) | |
tree | e07c3b623e6e7dd60327a976cd128f6675124360 | |
parent | 0c67e9e566db32df3f420268e81e32f278a2f090 (diff) | |
download | postgresql-d16c99aa71047e3cd94dad85f9fa82a7d6f94eed.tar.gz postgresql-d16c99aa71047e3cd94dad85f9fa82a7d6f94eed.zip |
doc: Fix typo in GRANT docs
Commit ce6b672e445 accidentally introduced a trivial typo in the
documentation for GRANT.
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 2fd0f34d55f..d7a055b7291 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/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> |