add search path for auditor restart

This commit is contained in:
Christian Grothoff 2022-07-28 22:00:24 +02:00
parent 4d4955e225
commit 0f5d6c9653
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -17,6 +17,8 @@
-- Everything in one big transaction
BEGIN;
SET search_path TO auditor;
-- This script restart the auditor state as done to RESTART
-- an audit from scratch. It does NOT drop tables and also
-- PRESERVES data that running the auditor would not recover,