Skip to content

Commit 08c6178

Browse files
committed
docs: fix typo in rules.sgml
Report by Dean Rasheed Patch by Dean Rasheed Backpatch through 9.5
1 parent 88a30e8 commit 08c6178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/rules.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ CREATE VIEW phone_number WITH (security_barrier) AS
21622162
<literal>LEAKPROOF</literal> to be pushed down, as they never receive data
21632163
from the view. In contrast, a function that might throw an error depending
21642164
on the values received as arguments (such as one that throws an error in the
2165-
event of overflow or division by zero) are not leak-proof, and could provide
2165+
event of overflow or division by zero) is not leak-proof, and could provide
21662166
significant information about the unseen rows if applied before the security
21672167
view's row filters.
21682168
</para>

0 commit comments

Comments
 (0)