summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_role.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/drop_role.sgml')
-rw-r--r--doc/src/sgml/ref/drop_role.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_role.sgml b/doc/src/sgml/ref/drop_role.sgml
index c990fa4018..a3a999437c 100644
--- a/doc/src/sgml/ref/drop_role.sgml
+++ b/doc/src/sgml/ref/drop_role.sgml
@@ -61,7 +61,7 @@ DROP ROLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...
<term><literal>IF EXISTS</literal></term>
<listitem>
<para>
- Do not throw an error if the role does not exist. A notice is issued
+ Do not throw an error if the role does not exist. A notice is issued
in this case.
</para>
</listitem>
@@ -99,10 +99,10 @@ DROP ROLE jonathan;
</programlisting>
</para>
</refsect1>
-
+
<refsect1>
<title>Compatibility</title>
-
+
<para>
The SQL standard defines <command>DROP ROLE</command>, but it allows
only one role to be dropped at a time, and it specifies different