如何在postgresql 9.4中检测数据库是否为备份模式

时间:2017-03-27 06:24:21

标签: postgresql-9.4

目前我们使用pg_basebackup在早上安排备份作业。是否可以在备份期间检测数据库模式。

1 个答案:

答案 0 :(得分:0)

According to the manual您可以使用pg_is_in_backup()

pg_is_in_backup()   bool    True if an on-line exclusive backup is still in progress.