postgres:数据库怎么停止?
刚接触postgres,版本为8.4
启动了之后想停止数据库,在bin下使用pg_ctl stop -D /space/postgres/data,提示:
waiting for server to shut down............................................................... 失败
pg_ctl: server does not shut down
这个怎么回事,应该这样停数据库啊?
搞得我现在是直接杀进程!!
------解决方案--------------------
检查一下错误日志,看看有什么提示