Re: Add A Glossary
Jürgen Purtz <juergen@purtz.de>
From: Jürgen Purtz <juergen@purtz.de>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Erik Rijkers <er@xs4all.nl>,
Laurenz Albe <laurenz.albe@cybertec.at>, Fabien COELHO
<coelho@cri.ensmp.fr>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Corey Huinker <corey.huinker@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>,
Roger Harkavy <rogerharkavy@gmail.com>, pgsql-hackers@postgresql.org,
Michael Paquier <michael@paquier.xyz>
Date: 2020-05-17T06:15:48Z
Lists: pgsql-hackers, pgsql-docs
Attachments
- 0002-glossfixes-purtz.patch (text/x-patch) patch 0002
On 15.05.20 02:00, Alvaro Herrera wrote: > Thanks everybody. I have compiled together all the suggestions and the > result is in the attached patch. Some of it is of my own devising. > > * I changed "instance", and made "cluster" be mostly a synonym of that. In my understanding, "instance" and "cluster" should be different things, not only synonyms. "instance" can be the term for permanently fluctuating objects (processes and RAM) and "cluster" can denote the more static objects (directories and files). What do you think? If you agree, I would create a patch. > * I removed "global SQL object" and made "SQL object" explain it. +1., but see the (huge) different spellings in patch. bloat: changed 'current row' to 'relevant row' because not only the youngest one is relevant (non-bloat). data type casts: Are you sure that they are global? In pg_cast 'relisshared' is 'false'. -- Jürgen Purtz
Commits
-
Glossary: Add term "base backup"
- 606c3845988d 14.0 landed
-
Minor glossary tweaks
- a0b2d583db9f 14.0 landed
- ac25e7b039d5 13.0 landed
-
Adjust some glossary terms
- 91a890bd7fef 13.0 landed
- 816cbb59e300 14.0 landed
-
Fix more typos and grammar problems in the glossary
- eeba6c7e4366 13.0 landed
-
Review of the glossary
- 756abe2bc760 13.0 landed
-
Add a glossary to the documentation
- 347d2b07fcc2 13.0 landed