diff options
author | Daniel Gustafsson | 2022-08-10 11:49:48 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2022-08-10 11:49:48 +0000 |
commit | 92dc33a3a229f7d24b8c97b6a18b417d79cf4d97 (patch) | |
tree | 84446fb54ec18ded8e8a6bfab8300051b2199e36 /src | |
parent | 0e60a50e0bf158bead247731e00cee95bcf64daf (diff) |
Fix typo in test_oat_hooks README
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src')
-rw-r--r-- | src/test/modules/test_oat_hooks/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/test_oat_hooks/README b/src/test/modules/test_oat_hooks/README index a7c400c7475..70c792a4f47 100644 --- a/src/test/modules/test_oat_hooks/README +++ b/src/test/modules/test_oat_hooks/README @@ -28,7 +28,7 @@ The following configuration parameters (GUCs) control this test module's Object Access Type (OAT), Process Utility and Executor Check Permissions hooks. The general pattern is that each hook has a corresponding GUC which controls whether the hook will allow or deny operations for which the hook gets called. -A real-world OAT hook should certainly provide more fine-grained conrol than +A real-world OAT hook should certainly provide more fine-grained control than merely "allow-all" vs. "deny-all", but for testing this is sufficient. Note that even when these hooks allow an action, the core permissions system |