Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jKTV6-0005LA-70 for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2020 21:05:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jKTV5-0003Dy-3o for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2020 21:05:15 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jKTV4-0003Dr-Kc for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2020 21:05:14 +0000 Received: from lb3-smtp-cloud9.xs4all.net ([194.109.24.30]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jKTV1-0006o5-AT for pgsql-hackers@postgresql.org; Fri, 03 Apr 2020 21:05:13 +0000 Received: from webmailclassic.xs4all.nl ([IPv6:2001:888:0:22:194:109:20:207]) by smtp-cloud9.xs4all.net with ESMTPA id KTUwjU4L2fHuvKTUwjLkA7; Fri, 03 Apr 2020 23:05:06 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=s1; t=1585947906; bh=lm8sMdAD2hZhk0qKF3nV/8HFclu9jRBkdw7DtWABzAs=; h=MIME-Version:Content-Type:Date:From:To:Subject:Message-ID:From: Subject; b=Zi6gr3fx8KCURmcSKU/D/a4wMbe+eAqFwNlsFkiAwjPyJaAWJLUbReTJ0bJ+LKevf Vvw2iTPkS0foSoKbw8UL1CNQiHiE7hBoZgUw4TBNzT4mJaDyWiYYtYD1kAiCc1kZut aOEDoqt9ocnkWePnURGqtdj9kjdRU6dEDGjG7a0A3e3bAd2WHgMQ3nWFZAwGZKCKIA p63PQWBwPonasQzxOd30TTgsCKXqxsY90E5331ZH1M+0YNYpj5Y2AUGWNhhHJuxorS nkK7c66SlyuEliSfLb+ann6JQdNLC1wxxxTy3ZgUMJN53LDQbiqeR4HPfdpVDLZOIv YJPx7kDioZ/Ow== Received: from 2001:983:39b6:1:fdb9:e74a:3e65:f99f by webmailclassic.xs4all.nl with HTTP (HTTP/1.1 POST); Fri, 03 Apr 2020 23:05:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 03 Apr 2020 23:05:06 +0200 From: Erik Rijkers To: Alvaro Herrera Cc: Justin Pryzby , Corey Huinker , =?UTF-8?Q?J=C3=BCrgen_Purtz?= , Roger Harkavy , pgsql-hackers@postgresql.org, Fabien COELHO , Michael Paquier Subject: Re: Add A Glossary In-Reply-To: <20200403205143.GA7961@alvherre.pgsql> References: <20200403205143.GA7961@alvherre.pgsql> Message-ID: <010383c2fd391046e0baeab4b91cec43@xs4all.nl> X-Sender: er@xs4all.nl User-Agent: XS4ALL Webmail X-CMAE-Envelope: MS4wfBBon/R9cYwczFoeYIZSi06UiYzd/rvmRuTFbAvVTSzYXWIyp9dKf9A7ncwqGf+daiie9Tl4lFpobuFmMXG+H+fNtK0QeHrtLH+T8ayhP1oAD7Rlk5UI VTwq/bk+fr91FK4jUKvRa1X6V9+bBJ8OTnzRo3hkIHLQjAKJ65GIWNdnOwoaA+/577iZeeKbg3PPCy09/z1WiZA9eRGegtsq67ifzbjOiqvHcIYNo2t67BXT rbAlJhfJ4yeXE/M/BjfKYpoUvLLw0ZwGAHV9OKU1NvhmqTmyWiKZ694g/5d73Swr/hJ0qOLSLSGJb4lQgUFDC3pJDNDszcBrRoHspRTVr7eSzqJ04ZHBmFE1 RRmR6oL6scoU/PLn4/xDaWqCd8syzZbIUJl1HX4g2hBdXeCFL/cXNKT8/mVqNL555J6COCUH/FFv83Bz+zDm4Xr2iAbYVaKP4PYLziECnGWDsShgEho= List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2020-04-03 22:51, Alvaro Herrera wrote: > On 2020-Apr-03, Erik Rijkers wrote: > >> On 2020-04-03 18:45, Alvaro Herrera wrote: >> > Pushed now. Many thanks to Corey who put the main thrust, and to Jürgen >> > and Roger for the great help, and to Justin for the extensive review and >> > Fabien for the initial discussion. >> >> A few improvements: > > Thanks! That gives me the attached patch. > >> Should also be a lemmata in the glossary: >> >> ACID > > Agreed. Wording suggestions welcome. How about: " ACID Atomicity, consistency, isolation, and durability. ACID is a set of properties of database transactions intended to guarantee validity even in the event of power failures, etc. ACID is concerned with how the database recovers from such failures that might occur while processing a transaction. " >> 'archaic' should maybe be 'obsolete'. That seems to me to be an easier >> word >> for non-native speakers. > > Bummer ;-) OK - we'll figure it out :) > -- > Álvaro Herrera https://www.2ndQuadrant.com/ > PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services