在表达式上创建索引时,必须在括号之间放置表达式(除了围绕列/表达式列表的括号外:
CREATE INDEX items_day_of_creation_idx ON items ( (creation_time::date) );