diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml
index cdbbaf89bb1..6326f96f72f 100644
--- a/doc/src/sgml/ref/allfiles.sgml
+++ b/doc/src/sgml/ref/allfiles.sgml
@@ -1,5 +1,5 @@
@@ -12,6 +12,7 @@ Complete list of usable sgml source files in this directory.
+
diff --git a/doc/src/sgml/ref/alter_index.sgml b/doc/src/sgml/ref/alter_index.sgml
index 8a5ab030249..b1584918f58 100644
--- a/doc/src/sgml/ref/alter_index.sgml
+++ b/doc/src/sgml/ref/alter_index.sgml
@@ -1,5 +1,5 @@
@@ -46,7 +46,7 @@ where action is one of:
This form changes the owner of the index to the
- specified user.
+ specified user. This can only be done by a superuser.
@@ -67,7 +67,7 @@ where action is one of:
RENAME
- The RENAME forms change the name of the index.
+ The RENAME form changes the name of the index.
There is no effect on the stored data.
@@ -134,8 +134,10 @@ where action is one of:
Notes
- This same operations are supported by ALTER TABLE>. See also
- .
+ These operations are also possible using
+ .
+ ALTER INDEX> is in fact just an alias for the forms
+ of ALTER TABLE> that apply to indexes.
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml
index 23164a57c70..01dc578b9d3 100644
--- a/doc/src/sgml/reference.sgml
+++ b/doc/src/sgml/reference.sgml
@@ -1,5 +1,5 @@
@@ -44,6 +44,7 @@ PostgreSQL Reference Manual
&alterDomain;
&alterFunction;
&alterGroup;
+ &alterIndex;
&alterLanguage;
&alterOperator;
&alterOperatorClass;