我正在尝试将数据库扩展添加到我的一个应用程序中,特别是 blurstrmatch 扩展。每当我尝试添加它时,我都会收到以下错误
-- execute("CREATE EXTENSION fuzzystrmatch") rake aborted! An error has occurred, this and all later migrations canceled:
PGError: ERROR: permission denied to create extension "fuzzystrmatch" HINT: Must be superuser to create this extension. : CREATE EXTENSION fuzzystrmatch
关于成为超级用户,我发现的唯一一件事是:
https://blog.engineyard.com/2012/postgresql-9-1-is-now-in-beta `
我不知道该怎么做?我 ssh 到数据库然后必须 sudo 执行命令吗?我发现的一切都非常无益。感谢任何帮助。