PostgreSQL Utwórz tabelę z indeksem

CREATE INDEX index_name
ON table_name (column_name);
Bored Bison