diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-12 00:50:44 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-12 00:50:44 -0500 |
commit | b8d9f57ecd1d24bafee008a45d9ea8712697b596 (patch) | |
tree | 3a0a3f9f34d15ea73ac42a123b265ea02c4eddad | |
parent | d567f5d7e7620890bb533dfb56a4f3b8d1f3a4f4 (diff) | |
download | docs-b8d9f57ecd1d24bafee008a45d9ea8712697b596.tar.gz docs-b8d9f57ecd1d24bafee008a45d9ea8712697b596.tar.bz2 docs-b8d9f57ecd1d24bafee008a45d9ea8712697b596.zip |
mark up ‘INSERT’, ‘CREATE’, ‘DELETE’, ‘DROP’, ‘UPDATE’
-rw-r--r-- | taler-auditor-manual.rst | 3 |
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. |