|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_role.sgml,v 1.7 2006/09/16 00:30:16 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_role.sgml,v 1.8 2007/05/15 19:43:51 neilc Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -52,8 +52,8 @@ ALTER ROLE <replaceable class="PARAMETER">name</replaceable> RESET <replaceable>
|
52 | 52 | <para>
|
53 | 53 | The first variant of this command listed in the synopsis can change
|
54 | 54 | many of the role attributes that can be specified in
|
55 |
| - <xref linkend="sql-createrole" endterm="sql-createrole-title">, |
56 |
| -which see for details.(All the possible attributes are covered, |
| 55 | + <xref linkend="sql-createrole" endterm="sql-createrole-title">. |
| 56 | + (All the possible attributes are covered, |
57 | 57 | except that there are no options for adding or removing memberships; use
|
58 | 58 | <xref linkend="SQL-GRANT" endterm="SQL-GRANT-title"> and
|
59 | 59 | <xref linkend="SQL-REVOKE" endterm="SQL-REVOKE-title"> for that.)
|
@@ -127,8 +127,9 @@ ALTER ROLE <replaceable class="PARAMETER">name</replaceable> RESET <replaceable>
|
127 | 127 | <listitem>
|
128 | 128 | <para>
|
129 | 129 | These clauses alter attributes originally set by
|
130 |
| - <xref linkend="SQL-CREATEROLE" endterm="SQL-CREATEROLE-title">, |
131 |
| - which see for more information. |
| 130 | + <xref linkend="SQL-CREATEROLE" |
| 131 | + endterm="SQL-CREATEROLE-title">. For more information, see the |
| 132 | + <command>CREATE ROLE</command> reference page. |
132 | 133 | </para>
|
133 | 134 | </listitem>
|
134 | 135 | </varlistentry>
|
|