【发布时间】:2021-08-11 16:31:37
【问题描述】:
我已经使用 brew install postgresql 在 MacOS Big Sur 11.3 版上安装了 PostgreSQL。
当我运行postgres 命令时,我得到了这个错误
postgres does not know where to find the server configuration file.`
You must specify the --config-file or -D invocation option or set the PGDATA environment variable.
在哪里可以找到配置文件?
【问题讨论】:
标签: postgresql macos homebrew