Créer un index simultanément postgres

create index concurrently [index_name] on [table_name]([column_name]);
Julianto Tjan