summaryrefslogtreecommitdiff
path: root/src/test/modules/test_oat_hooks/sql
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-03-22 16:18:06 -0400
committerAndrew Dunstan <andrew@dunslane.net>2022-03-22 16:18:06 -0400
commita3b071bbe050252b35c589a7f1a2ee2f7ee3e9d4 (patch)
tree014779689d292b026d6554caa0aae5f7d4eee154 /src/test/modules/test_oat_hooks/sql
parentf0206d99520ebdb751469ad53ff62bbff817ab3d (diff)
Tidy up Object Access hooks tests
per gripelet from Tom Lane.
Diffstat (limited to 'src/test/modules/test_oat_hooks/sql')
-rw-r--r--src/test/modules/test_oat_hooks/sql/test_oat_hooks.sql2
1 files changed, 1 insertions, 1 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 7c382027824..09e61864ee2 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
@@ -39,7 +39,7 @@ SET test_oat_hooks.deny_object_access = true;
SET test_oat_hooks.deny_exec_perms = true;
SET test_oat_hooks.deny_utility_commands = true;
--- Try again as non-superuser with permisisons denied
+-- Try again as non-superuser with permissions denied
SET SESSION AUTHORIZATION regress_test_user;
SELECT * FROM regress_test_table;
SELECT regress_test_func('arg');