\h alter index

This commit is contained in:
zhaoliwei
2024-11-14 21:48:00 -05:00
parent 0b7220f465
commit edf3dc59e7
3 changed files with 31 additions and 0 deletions

View File

@ -26,6 +26,10 @@ ALTER INDEX [ IF EXISTS ] index_name
RENAME PARTITION partition_name TO new_partition_name;
ALTER INDEX [ IF EXISTS ] index_name
MOVE PARTITION index_partition_name TABLESPACE new_tablespace;
ALTER INDEX [ IF EXISTS ] index_name
INVISIBLE / VISIBLE
ALTER INDEX [ IF EXISTS ] index_name
DISABLE / ENABLE
</synopsis>
</refsynopsisdiv>
</refentry>