|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/user-manag.sgml,v 1.20 2003/03/25 16:15:38 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/user-manag.sgml,v 1.21 2003/08/10 01:20:34 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="user-manag">
|
@@ -203,8 +203,9 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
|
203 | 203 | <literal>CREATE</>, <literal>TEMPORARY</>, <literal>EXECUTE</>,
|
204 | 204 | <literal>USAGE</>, and <literal>ALL PRIVILEGES</>. For more
|
205 | 205 | information on the different types of privileges support by
|
206 |
| - <productname>PostgreSQL</productname>, refer to the |
207 |
| - <command>GRANT</command> page in <xref linkend="reference">. The right to modify or |
| 206 | + <productname>PostgreSQL</productname>, see the |
| 207 | + <xref linkend="sql-grant" endterm="sql-grant-title"> reference page. |
| 208 | + The right to modify or |
208 | 209 | destroy an object is always the privilege of the owner only. To
|
209 | 210 | assign privileges, the <command>GRANT</command> command is
|
210 | 211 | used. So, if <literal>joe</literal> is an existing user, and
|
|