Skip to content

Commit feb5ad7

Browse files
authored
Merge pull request #364 from diffix/edon/docs
Small fix in docs
2 parents 6f0bd19 + 8327bf6 commit feb5ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The operation of Diffix Elm requires a per-database secret salt value. The salt
9797

9898
`pg_diffix` automatically generates a salt value when the extension is created for a given database.
9999

100-
__Warning:__ If a given database is replicated on multiple instances of `pg_diffix`, then the same salt must be used for all instances.
100+
__Warning:__ If a given database is replicated on multiple instances of `pg_diffix`, then the same salt must be used for all instances.
101101

102102
The per-database salt is stored in the configuration variable `pg_diffix.salt`. Only superusers can access or modify this variable.
103103

@@ -224,5 +224,5 @@ When selecting a suppression threshold (`pg_diffix.low_count_min_threshold`), th
224224

225225
1. What is the largest threshold that satisfies analytic goals? There is no reason to have a smaller threshold than that which satisfies analytic goals.
226226
2. What is the largest group of individuals that need to be protected? In other words, what is the largest group whereby the release of information about the group can be interpreted as equivalent to the release of information about an individual in the group?
227-
3. Are there imperfections in the AID that need to be covered by a larger suppression threshold (see [previous section](how-to-select-aid-columns)).
227+
3. Are there imperfections in the AID that need to be covered by a larger suppression threshold (see [previous section](#how-to-select-aid-columns)).
228228
4. What is the public perception of how large an aggregate should be? Public opinion is an important consideration. If for instance the public would be nervous about aggregates of five individuals, even though strictly speaking individual privacy is protected, then setting the threshold to a larger value may make sense.

0 commit comments

Comments
 (0)