From bebbbde6aa26c17beef1895420c0521c961a22c4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 21 Aug 2004 16:16:04 +0000 Subject: [PATCH] Seems it would be nice if the ALTER INDEX ref page were actually linked into the docs ... --- doc/src/sgml/ref/allfiles.sgml | 3 ++- doc/src/sgml/ref/alter_index.sgml | 12 +++++++----- doc/src/sgml/reference.sgml | 3 ++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index cdbbaf89bb..6326f96f72 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 8a5ab03024..b1584918f5 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 23164a57c7..01dc578b9d 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; -- 2.11.0