Skip to content

Commit 87ecae7

Browse files
committed
Minor wording improvement.
1 parent b843328 commit 87ecae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/alter_default_privileges.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_default_privileges.sgml,v 1.3 2010/04/03 07:22:56 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_default_privileges.sgml,v 1.4 2010/04/03 21:46:59 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -150,7 +150,7 @@ REVOKE [ GRANT OPTION FOR ]
150150
</para>
151151

152152
<para>
153-
If you wish to drop a role that has had its global default privileges
153+
If you wish to drop a role for which the default privileges have ever been
154154
altered, it is necessary to use <command>DROP OWNED BY</> first,
155155
to get rid of the default privileges entry for the role.
156156
</para>

0 commit comments

Comments
 (0)