我需要使用一些 PostgreSQL 专有特性,例如表分区的规则和触发器。据我所知,这些特性不能转储到 schema.rb,所以我将 schema_format 配置参数更改为 :sql。
现在,当我尝试加载 rake db:structure:load 以将生成的 structure.sql 加载到 heroku 数据库中时,它失败说: sh: psql: not found
我该怎么做?
我需要使用一些 PostgreSQL 专有特性,例如表分区的规则和触发器。据我所知,这些特性不能转储到 schema.rb,所以我将 schema_format 配置参数更改为 :sql。
现在,当我尝试加载 rake db:structure:load 以将生成的 structure.sql 加载到 heroku 数据库中时,它失败说: sh: psql: not found
我该怎么做?