我在使用 postgresql 时遇到了问题。一切都运行正常,直到我的电脑崩溃,Windows 执行了恢复检查点操作。之后,它就变成了一场噩梦。通常,我会通过我创建的包含以下行的 bat 文件来启动 postgresql:
网络启动 postgresql-x64-9.3
以前这种方法有效,但现在不行了。我明白了
服务名称无效。输入 NET HELPMSG 2185 可获得更多帮助。
我检查了我的日志文件,但没有找到任何东西,这是我得到的最新日志文件(它是昨天的)。
2015-01-04 08:49:25 CET LOG: database system was shut down at 2015-01-03 18:16:45 CET
2015-01-04 08:49:25 CET FATAL: the database system is starting up
2015-01-04 08:49:26 CET FATAL: the database system is starting up
2015-01-04 08:49:27 CET FATAL: the database system is starting up
2015-01-04 08:49:28 CET FATAL: the database system is starting up
2015-01-04 08:49:29 CET LOG: database system is ready to accept connections
2015-01-04 08:49:29 CET LOG: autovacuum launcher started
2015-01-04 13:01:28 CET LOG: received fast shutdown request
2015-01-04 13:01:28 CET LOG: aborting any active transactions
2015-01-04 13:01:28 CET LOG: autovacuum launcher shutting down
2015-01-04 13:01:28 CET LOG: shutting down
2015-01-04 13:01:28 CET LOG: database system is shut down
有人能帮助我让 postgres 重新工作吗?提前致谢。
使用 Windows 7 64 位旗舰版和 Postgres 9.3 64 位。