|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_default_privileges.sgml,v 1.3 2010/04/0307:22:56 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_default_privileges.sgml,v 1.4 2010/04/0321:46:59 tgl Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -150,7 +150,7 @@ REVOKE [ GRANT OPTION FOR ] |
150 | 150 | </para> |
151 | 151 |
|
152 | 152 | <para> |
153 | | - If you wish to drop a rolethat has had its globaldefault privileges |
| 153 | + If you wish to drop a rolefor which thedefault privileges have ever been |
154 | 154 | altered, it is necessary to use <command>DROP OWNED BY</> first, |
155 | 155 | to get rid of the default privileges entry for the role. |
156 | 156 | </para> |
|