1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

doc: Improve hyphenation consistency

This commit is contained in:
Peter Eisentraut
2021-04-21 08:14:43 +02:00
parent 3286065651
commit 544b28088f
16 changed files with 31 additions and 31 deletions

View File

@ -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,