标签: postgresql postgresql-9.6
我们在Postgres实例中创建了多个数据库。对于维护,我们希望一次只关闭一个特定的数据库,而其他数据库正常运行。有办法吗?
答案 0 :(得分:0)
试试这样:
pg_ctl -D /opt/path/postgres_database stop -m fast