diff options
author | Peter Eisentraut | 2021-04-21 06:14:43 +0000 |
---|---|---|
committer | Peter Eisentraut | 2021-04-21 06:14:43 +0000 |
commit | 544b28088f9d41750ccf193812da62bdfe4bd98a (patch) | |
tree | 673e26f4392f53a9abb34f21b450600213588230 /src/backend/rewrite/rowsecurity.c | |
parent | 3286065651477c2060910dfb42b3cedbd79a7980 (diff) |
doc: Improve hyphenation consistency
Diffstat (limited to 'src/backend/rewrite/rowsecurity.c')
-rw-r--r-- | src/backend/rewrite/rowsecurity.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/rewrite/rowsecurity.c b/src/backend/rewrite/rowsecurity.c index fc26cb23a21..e10f94904e1 100644 --- a/src/backend/rewrite/rowsecurity.c +++ b/src/backend/rewrite/rowsecurity.c @@ -1,6 +1,6 @@ /* * rewrite/rowsecurity.c - * Routines to support policies for row level security (aka RLS). + * Routines to support policies for row-level security (aka RLS). * * Policies in PostgreSQL provide a mechanism to limit what records are * returned to a user and what records a user is permitted to add to a table. @@ -100,7 +100,7 @@ row_security_policy_hook_type row_security_policy_hook_restrictive = NULL; * Get any row security quals and WithCheckOption checks that should be * applied to the specified RTE. * - * In addition, hasRowSecurity is set to true if row level security is enabled + * In addition, hasRowSecurity is set to true if row-level security is enabled * (even if this RTE doesn't have any row security quals), and hasSubLinks is * set to true if any of the quals returned contain sublinks. */ |