diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-08-10 14:16:31 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-08-10 14:16:31 +0200 |
commit | df64c24a31e110327135a8590c4500887e4773ae (patch) | |
tree | aabecc23d34d3432c2e6e680081eef02900b6f4b | |
parent | c5d67881d343a507269bde124a49df19e0296157 (diff) | |
download | postgresql-df64c24a31e110327135a8590c4500887e4773ae.tar.gz postgresql-df64c24a31e110327135a8590c4500887e4773ae.zip |
Fix typo in test_oat_hooks README
Discussion: https://postgr.es/m/3F066AFE-19F9-4DF5-A498-B09643857A39@yesql.se
-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 |