8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a30e8 commit 08c6178Copy full SHA for 08c6178
doc/src/sgml/rules.sgml
@@ -2162,7 +2162,7 @@ CREATE VIEW phone_number WITH (security_barrier) AS
2162
<literal>LEAKPROOF</literal> to be pushed down, as they never receive data
2163
from the view. In contrast, a function that might throw an error depending
2164
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
+ event of overflow or division by zero) is not leak-proof, and could provide
2166
significant information about the unseen rows if applied before the security
2167
view's row filters.
2168
</para>
0 commit comments