diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-04-03 21:46:59 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-04-03 21:46:59 +0000 |
commit | 87ecae72bab970fc625b5599cc17d93151ae66ac (patch) | |
tree | 8b4cb258fd949d1affbaea433c8586d3ccf84b01 /doc/src | |
parent | b84332830dcc83b8084c2721390708e9b972cb3a (diff) | |
download | postgresql-87ecae72bab970fc625b5599cc17d93151ae66ac.tar.gz postgresql-87ecae72bab970fc625b5599cc17d93151ae66ac.zip |
Minor wording improvement.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/alter_default_privileges.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_default_privileges.sgml b/doc/src/sgml/ref/alter_default_privileges.sgml index 9c16903f8aa..4f0b0bc9c83 100644 --- a/doc/src/sgml/ref/alter_default_privileges.sgml +++ b/doc/src/sgml/ref/alter_default_privileges.sgml @@ -1,5 +1,5 @@ <!-- -$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 --> @@ -150,7 +150,7 @@ REVOKE [ GRANT OPTION FOR ] </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, to get rid of the default privileges entry for the role. </para> |