ALTER INDEX v16
Name
ALTER INDEX
— Modify an existing index.
Synopsis
EDB Postgres Advanced Server supports three variations of the ALTER INDEX
command compatible with Oracle databases. Use the first variation to rename an index:
Use the second variation of the ALTER INDEX
command to rebuild an index:
Use the third variation of the ALTER INDEX
command to set the PARALLEL
or NOPARALLEL
clause: