Postgres crea un índice múltiple

CREATE INDEX index_name
ON table_name(a,b,c,...);
Important Impala