From b8d9f57ecd1d24bafee008a45d9ea8712697b596 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 12 Dec 2020 00:50:44 -0500 Subject: mark up ‘INSERT’, ‘CREATE’, ‘DELETE’, ‘DROP’, ‘UPDATE’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-auditor-manual.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3