diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-08-08 20:40:53 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-08-08 20:40:53 -0400 |
commit | 5e0cef8a667746d4abaec16f395b150f46493d80 (patch) | |
tree | 6f5c32d44626dfc3f89c8a78b80a5af4a26ce654 | |
parent | 966aa524edfe8bac837caf0e48ca00d08d8dd5df (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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index cb5c8fccae9..720f9764d99 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> |