diff options
author | Dean Rasheed | 2025-01-14 13:50:54 +0000 |
---|---|---|
committer | Dean Rasheed | 2025-01-14 13:50:54 +0000 |
commit | 4cb560b53f8f9e9a94d593f9416c107ed8202110 (patch) | |
tree | 8b45ef28a2a23f769b1f5487afdd8a77469fecc0 /doc/src/sgml/rules.sgml | |
parent | 2355e51110e7c687c125a5958f12a462931de996 (diff) |
Consistently spell "leakproof" without a hyphen.
The overwhelming majority of places already did this, but a small
handful of places had a hyphen.
Yugo Nagata.
Discussion: https://postgr.es/m/CAEZATCXnnuORE2BoGwHw2zbtVvsPOLhbfVmEk9GxRzK%2Bx3OW-Q%40mail.gmail.com
Diffstat (limited to 'doc/src/sgml/rules.sgml')
-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 2b14db054de..7e98f5694b4 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) is not leak-proof, and could provide + event of overflow or division by zero) is not leakproof, and could provide significant information about the unseen rows if applied before the security view's row filters. </para> |