postgres how to index a column code example Example: postgres how to index a column CREATE INDEX index_name ON table_name(column_name);