diff options
Diffstat (limited to 'src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql')
-rw-r--r-- | src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql b/src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql index 5fb3a2f0ea4..7c382027824 100644 --- a/src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql +++ b/src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql @@ -2,6 +2,7 @@ -- object_access_hook_str. Since the auditing GUC starts out false, we miss the -- initial "attempting" audit message from the ProcessUtility_hook, but we -- should thereafter see the audit messages +LOAD 'test_oat_hooks'; SET test_oat_hooks.audit = true; -- Create objects for use in the test |