mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
docs: fix typo in rules.sgml
Report by Dean Rasheed Patch by Dean Rasheed Backpatch through 9.5
This commit is contained in:
parent
88a30e8cc0
commit
08c6178aa4
@ -2162,7 +2162,7 @@ CREATE VIEW phone_number WITH (security_barrier) AS
|
|||||||
<literal>LEAKPROOF</literal> to be pushed down, as they never receive data
|
<literal>LEAKPROOF</literal> to be pushed down, as they never receive data
|
||||||
from the view. In contrast, a function that might throw an error depending
|
from the view. In contrast, a function that might throw an error depending
|
||||||
on the values received as arguments (such as one that throws an error in the
|
on the values received as arguments (such as one that throws an error in the
|
||||||
event of overflow or division by zero) are not leak-proof, and could provide
|
event of overflow or division by zero) is not leak-proof, and could provide
|
||||||
significant information about the unseen rows if applied before the security
|
significant information about the unseen rows if applied before the security
|
||||||
view's row filters.
|
view's row filters.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user