gpt4 book ai didi

postgresql - postgres 中的 "createlang: command not found"

转载 作者:行者123 更新时间:2023-11-29 12:02:11 24 4
gpt4 key购买 nike

我正在尝试从 https://bitbucket.org/lalinsky/mbslave/overview 获取我的 MacOS 10.12 上的 musicbrainz 数据库

我有 10.5 版的 postgres。

在链接中,第三步需要一个命令,上面写着“createlang plpgsql musicbrainz”

我收到“createlang: command not found”错误。

有人可以帮我解决这个问题吗?我对 postgres 完全陌生。

最佳答案

Quote from the release notes

Remove createlang and droplang command-line applications (Peter Eisentraut)

These had been deprecated since PostgreSQL 9.1. Instead, use CREATE EXTENSION and DROP EXTENSION directly.

此外,根本没有理由再使用 createlang plpgsql(或 create lang plpgsql)。

因为 Postgres 9.0 PL/pgSQL 在任何新创建的数据库中自动可用。

所以跳过那一行。

关于postgresql - postgres 中的 "createlang: command not found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52107949/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com