Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0bd5a8c

Browse files
committed
Fix typo in new ALTER INDEX manual page.
1 parent 09d4e96 commit 0bd5a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/alter_index.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.1 2004/08/20 04:29:32 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.2 2004/08/20 14:56:57 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -28,7 +28,7 @@ ALTER INDEX <replaceable class="PARAMETER">name</replaceable>
2828
where <replaceable class="PARAMETER">action</replaceable> is one of:
2929

3030
OWNER TO <replaceable class="PARAMETER">new_owner</replaceable>
31-
SET INDEXSPACE <replaceable class="PARAMETER">indexspace_name</replaceable>
31+
SET TABLESPACE <replaceable class="PARAMETER">indexspace_name</replaceable>
3232
</synopsis>
3333
</refsynopsisdiv>
3434

0 commit comments

Comments
 (0)