summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-auditor-manual.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 3779ab72..ffd40a55 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -447,7 +447,8 @@ used to setup the schema. For replication of the actual SQL data, we refer to
the Postgres manual. We note that asynchronous replication should suffice.
Note that during replication, the only statements that may be performed
-are INSERTS. CREATE/DELETE/DROP/UPDATE are generally not allowed. A
+are ``INSERT``\ s. ``CREATE`` / ``DELETE`` / ``DROP`` / ``UPDATE``
+are generally not allowed. A
special exception applies when an exchange runs garbage collection on
old data that is no longer relevant from a regulatory point of view.