PostgreSql에서는 table creation시에 index를 생성할 수 없다.
다만 primary key나 unique는 자동으로 index가 생성된다.
ref: http://stackoverflow.com/questions/6239657/postgresql-can-you-create-an-index-in-the-create-table-definition
happy hackin'