我在 Ubuntu 22.04 上安装了 PostgreSQL 和 PostGIS。
我可以从 QGIS 访问 PostGIS-Layers 并使用它们。
当我使用以下命令检查 PostgreSQL 的状态时:sudo systemctl status postgresql它返回:Active: active (exited)。
我的 apache 有以下状态:Active: active (running)。我预计 PostgreSQL 也会有同样的状态。
那么这是什么exited意思?
日志文件说:
postgres@postgres FATAL: password authentication failed for user "postgres"
postgres@postgres DETAIL: User "postgres" has no password assigned.
Run Code Online (Sandbox Code Playgroud)
但我使用其他数据库名和用户名,而不是 postgres。那我可以忽略这个吗?