Commit 87ecae72 authored by Tom Lane's avatar Tom Lane

Minor wording improvement.

parent b8433283
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_default_privileges.sgml,v 1.3 2010/04/03 07:22:56 petere Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_default_privileges.sgml,v 1.4 2010/04/03 21:46:59 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -150,7 +150,7 @@ REVOKE [ GRANT OPTION FOR ] ...@@ -150,7 +150,7 @@ REVOKE [ GRANT OPTION FOR ]
</para> </para>
<para> <para>
If you wish to drop a role that has had its global default privileges If you wish to drop a role for which the default privileges have ever been
altered, it is necessary to use <command>DROP OWNED BY</> first, altered, it is necessary to use <command>DROP OWNED BY</> first,
to get rid of the default privileges entry for the role. to get rid of the default privileges entry for the role.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment