我已经在 Windows 10 上安装并运行了 postgresql 9.6。当我尝试psql
从 Ubuntu 终端运行包含以下内容的 bash 脚本时,我得到:
Error: You must install at least one postgresql-client-<version> package.
我的 Ubuntu 路径包含来自 Windows 的所有环境变量,包括postgresql
bin。
psql
命令不可用。
有什么方法可以让 Ubuntu 知道 Windows 上正在运行 postgres 安装?
答案1
您必须至少安装postgresql-client-common
。