This text was automatically converted from troff me macros to HTML. Information may have been lost, added, or changed in the process. Lars Aronsson and Lysator do not guarantee the correctness of this HTML document.
remove index *
- removes an index from POSTGRES
remove index index_name
This command drops an existing index from the POSTGRES system. To execute this command you must be the owner of the index.
/* this command will remove the EMP-INDEX index */ remove index emp_index