summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-12 00:50:44 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-12 00:50:44 -0500
commitb8d9f57ecd1d24bafee008a45d9ea8712697b596 (patch)
tree3a0a3f9f34d15ea73ac42a123b265ea02c4eddad /taler-auditor-manual.rst
parentd567f5d7e7620890bb533dfb56a4f3b8d1f3a4f4 (diff)
downloaddocs-b8d9f57ecd1d24bafee008a45d9ea8712697b596.tar.gz
docs-b8d9f57ecd1d24bafee008a45d9ea8712697b596.tar.bz2
docs-b8d9f57ecd1d24bafee008a45d9ea8712697b596.zip
mark up ‘INSERT’, ‘CREATE’, ‘DELETE’, ‘DROP’, ‘UPDATE’
Diffstat (limited to 'taler-auditor-manual.rst')
-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.