Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql 审计触发加91_Sql_Postgresql_Logging_Audit Logging - Fatal编程技术网

Sql 审计触发加91

Sql 审计触发加91,sql,postgresql,logging,audit-logging,Sql,Postgresql,Logging,Audit Logging,所以我想在我的Postgres数据库上使用audit trigger plus 91,我必须编写 选择audit.audit\u表(tablename) 这段代码在每个表上运行,但我想使用pgagent scheduled job,它将在每个表中查找并编写上面的代码(如果尚未添加)。我该怎么做

所以我想在我的Postgres数据库上使用audit trigger plus 91,我必须编写
选择audit.audit\u表(tablename)
这段代码在每个表上运行,但我想使用pgagent scheduled job,它将在每个表中查找并编写上面的代码(如果尚未添加)。我该怎么做