docs: fix typo in rules.sgml
authorBruce Momjian
Sun, 9 Aug 2015 00:40:53 +0000 (20:40 -0400)
committerBruce Momjian
Sun, 9 Aug 2015 00:40:53 +0000 (20:40 -0400)
Report by Dean Rasheed

Patch by Dean Rasheed

Backpatch through 9.5

doc/src/sgml/rules.sgml

index cb5c8fccae95cffebe0d135e4c415d50c1547cca..720f9764d996c1f628b57fc844402f6ff6bf678b 100644 (file)
@@ -2162,7 +2162,7 @@ CREATE VIEW phone_number WITH (security_barrier) AS
     LEAKPROOF 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.