mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
doc: Improve hyphenation consistency
This commit is contained in:
@ -512,7 +512,7 @@ BeginCopyTo(ParseState *pstate,
|
||||
CURSOR_OPT_PARALLEL_OK, NULL);
|
||||
|
||||
/*
|
||||
* With row level security and a user using "COPY relation TO", we
|
||||
* With row-level security and a user using "COPY relation TO", we
|
||||
* have to convert the "COPY relation TO" to a query-based COPY (eg:
|
||||
* "COPY (SELECT * FROM relation) TO"), to allow the rewriter to add
|
||||
* in any RLS clauses.
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user