We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d4e96 commit 0bd5a8cCopy full SHA for 0bd5a8c
doc/src/sgml/ref/alter_index.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.1 2004/08/20 04:29:32 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.2 2004/08/20 14:56:57 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -28,7 +28,7 @@ ALTER INDEX <replaceable class="PARAMETER">name</replaceable>
28
where <replaceable class="PARAMETER">action</replaceable> is one of:
29
30
OWNER TO <replaceable class="PARAMETER">new_owner</replaceable>
31
- SET INDEXSPACE <replaceable class="PARAMETER">indexspace_name</replaceable>
+ SET TABLESPACE <replaceable class="PARAMETER">indexspace_name</replaceable>
32
</synopsis>
33
</refsynopsisdiv>
34
0 commit comments