after create index in postgres table how to use the index code example Example: postgresql create table with index CREATE INDEX index_name ON table_name (column_name);