summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2015-08-09 00:40:53 +0000
committerBruce Momjian2015-08-09 00:40:53 +0000
commit08c6178aa42063f4db771c3581a86049dc1c3da2 (patch)
treed2b7b4241d9b75a2ba3c879f30cc54cabb095f91
parent88a30e8cc00d873627d8e3d58d2130879acf720f (diff)
docs: fix typo in rules.sgml
Report by Dean Rasheed Patch by Dean Rasheed Backpatch through 9.5
-rw-r--r--doc/src/sgml/rules.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml
index 4e46d94437..fe72fe8a69 100644
--- a/doc/src/sgml/rules.sgml
+++ b/doc/src/sgml/rules.sgml
@@ -2162,7 +2162,7 @@ CREATE VIEW phone_number WITH (security_barrier) AS
<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
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
view's row filters.
</para>