diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-04-21 08:14:43 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-04-21 08:14:43 +0200 |
commit | 544b28088f9d41750ccf193812da62bdfe4bd98a (patch) | |
tree | 673e26f4392f53a9abb34f21b450600213588230 /src/backend/executor/execMain.c | |
parent | 3286065651477c2060910dfb42b3cedbd79a7980 (diff) | |
download | postgresql-544b28088f9d41750ccf193812da62bdfe4bd98a.tar.gz postgresql-544b28088f9d41750ccf193812da62bdfe4bd98a.zip |
doc: Improve hyphenation consistency
Diffstat (limited to 'src/backend/executor/execMain.c')
-rw-r--r-- | src/backend/executor/execMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 8638bd3dd96..8d0f3de76ed 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -558,7 +558,7 @@ ExecutorRewind(QueryDesc *queryDesc) * Returns true if permissions are adequate. Otherwise, throws an appropriate * error if ereport_on_violation is true, or simply returns false otherwise. * - * Note that this does NOT address row level security policies (aka: RLS). If + * Note that this does NOT address row-level security policies (aka: RLS). If * rows will be returned to the user as a result of this permission check * passing, then RLS also needs to be consulted (and check_enable_rls()). * @@ -1947,7 +1947,7 @@ ExecConstraints(ResultRelInfo *resultRelInfo, * * Note that this needs to be called multiple times to ensure that all kinds of * WITH CHECK OPTIONs are handled (both those from views which have the WITH - * CHECK OPTION set and from row level security policies). See ExecInsert() + * CHECK OPTION set and from row-level security policies). See ExecInsert() * and ExecUpdate(). */ void |