|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.1 2004/08/2004:29:32 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_index.sgml,v 1.2 2004/08/2014:56:57 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -28,7 +28,7 @@ ALTER INDEX <replaceable class="PARAMETER">name</replaceable> |
28 | 28 | where <replaceable class="PARAMETER">action</replaceable> is one of: |
29 | 29 |
|
30 | 30 | OWNER TO <replaceable class="PARAMETER">new_owner</replaceable> |
31 | | - SETINDEXSPACE <replaceable class="PARAMETER">indexspace_name</replaceable> |
| 31 | + SETTABLESPACE <replaceable class="PARAMETER">indexspace_name</replaceable> |
32 | 32 | </synopsis> |
33 | 33 | </refsynopsisdiv> |
34 | 34 |
|
|