Re: Add A Glossary

Erik Rijkers <er@xs4all.nl>

From: Erik Rijkers <er@xs4all.nl>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Corey Huinker <corey.huinker@gmail.com>, Jürgen Purtz <juergen@purtz.de>, Roger Harkavy <rogerharkavy@gmail.com>, pgsql-hackers@postgresql.org, Fabien COELHO <coelho@cri.ensmp.fr>, Michael Paquier <michael@paquier.xyz>
Date: 2020-04-03T21:05:06Z
Lists: pgsql-hackers, pgsql-docs
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



Commits

  1. Glossary: Add term "base backup"

  2. Minor glossary tweaks

  3. Adjust some glossary terms

  4. Fix more typos and grammar problems in the glossary

  5. Review of the glossary

  6. Add a glossary to the documentation