Properties

Name: index1 
Unique:  
Primary key:  
Clustered:  
Internar expression tree:  
Internar predicate tree:  

Columns

Name
  amopclaid 
Total: 1 index column(s)

SQL


CREATE UNIQUE INDEX index1 ON pg_amop1 USING btree (amopclaid);

ALTER TABLE pg_amop1 CLUSTER ON index1;


See Also

List of indexes