From 544b28088f9d41750ccf193812da62bdfe4bd98a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 21 Apr 2021 08:14:43 +0200 Subject: doc: Improve hyphenation consistency --- src/backend/commands/functioncmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/commands/functioncmds.c') diff --git a/src/backend/commands/functioncmds.c b/src/backend/commands/functioncmds.c index e7cb5c65e9a..95482872174 100644 --- a/src/backend/commands/functioncmds.c +++ b/src/backend/commands/functioncmds.c @@ -1129,7 +1129,7 @@ CreateFunction(ParseState *pstate, CreateFunctionStmt *stmt) /* * Only superuser is allowed to create leakproof functions because * leakproof functions can see tuples which have not yet been filtered out - * by security barrier views or row level security policies. + * by security barrier views or row-level security policies. */ if (isLeakProof && !superuser()) ereport(ERROR, -- cgit v1.2.3