File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.61 2004/08/12 19:12:21 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.62 2004/08/21 16:16:04 tgl Exp $
3
3
PostgreSQL documentation
4
4
Complete list of usable sgml source files in this directory.
5
5
-->
@@ -12,6 +12,7 @@ Complete list of usable sgml source files in this directory.
12
12
<!entity alterDomain system "alter_domain.sgml">
13
13
<!entity alterFunction system "alter_function.sgml">
14
14
<!entity alterGroup system "alter_group.sgml">
15
+ <!entity alterIndex system "alter_index.sgml">
15
16
<!entity alterLanguage system "alter_language.sgml">
16
17
<!entity alterOperator system "alter_operator.sgml">
17
18
<!entity alterOperatorClass system "alter_opclass.sgml">
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.2 2004/08/20 14:56:57 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.3 2004/08/21 16:16:04 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -46,7 +46,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
46
46
<listitem>
47
47
<para>
48
48
This form changes the owner of the index to the
49
- specified user.
49
+ specified user. This can only be done by a superuser.
50
50
</para>
51
51
</listitem>
52
52
</varlistentry>
@@ -67,7 +67,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
67
67
<term><literal>RENAME</literal></term>
68
68
<listitem>
69
69
<para>
70
- The <literal>RENAME</literal> forms change the name of the index.
70
+ The <literal>RENAME</literal> form changes the name of the index.
71
71
There is no effect on the stored data.
72
72
</para>
73
73
</listitem>
@@ -134,8 +134,10 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
134
134
<title>Notes</title>
135
135
136
136
<para>
137
- This same operations are supported by <literal>ALTER TABLE</>. See also
138
- <xref linkend="SQL-ALTERTABLE" endterm="SQL-ALTERTABLE-TITLE">.
137
+ These operations are also possible using
138
+ <xref linkend="SQL-ALTERTABLE" endterm="SQL-ALTERTABLE-TITLE">.
139
+ <command>ALTER INDEX</> is in fact just an alias for the forms
140
+ of <command>ALTER TABLE</> that apply to indexes.
139
141
</para>
140
142
141
143
<para>
Original file line number Diff line number Diff line change 1
1
<!-- reference.sgml
2
- $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.51 2004/08/01 17:32:11 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.52 2004/08/21 16:16:03 tgl Exp $
3
3
4
4
PostgreSQL Reference Manual
5
5
-->
@@ -44,6 +44,7 @@ PostgreSQL Reference Manual
44
44
&alterDomain;
45
45
&alterFunction;
46
46
&alterGroup;
47
+ &alterIndex;
47
48
&alterLanguage;
48
49
&alterOperator;
49
50
&alterOperatorClass;
You can’t perform that action at this time.
0 commit comments