Я пытаюсь создать пользовательский индекс в общей базе данных postgresql на Heroku при миграции rails:
-- execute("create index on items using gin(to_tsvector('english', name));")
rake aborted!
An error has occurred, this and all later migrations canceled:
PGError: ERROR: syntax error at or near "on"
LINE 1: create index on items using gin(to_tsvector('english', name)...
^
: create index on items using gin(to_tsvector('english', name));
В процессе разработки работает нормально, postgresql устанавливается через Homebrew (9.1)