Re: Add A Glossary
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Corey Huinker <corey.huinker@gmail.com>
Cc: Jürgen Purtz <juergen@purtz.de>, Justin Pryzby <pryzby@telsasoft.com>, Roger Harkavy <rogerharkavy@gmail.com>, pgsql-hackers@postgresql.org, Fabien COELHO <coelho@cri.ensmp.fr>, Michael Paquier <michael@paquier.xyz>
Date: 2020-04-02T22:09:32Z
Lists: pgsql-hackers, pgsql-docs
Attachments
- 0001-glossary-v8.patch (text/x-diff) patch v8-0001
On 2020-Apr-02, Corey Huinker wrote: > On Thu, Apr 2, 2020 at 8:44 AM Jürgen Purtz <juergen@purtz.de> wrote: > > > +1 and many thanks to Alvaros edits. > > > > > I did some of the grunt work Alvaro alluded to in v6, and the results are > attached and they build, which means there are no invalid links. Thank you! I had been working on some other changes myself, and merged most of your changes. I give you v8. > * renamed id glossary-temporary-tables to glossary-temporary-table Good. > * temporarily re-added an id for glossary-row as we have many references to > that. unsure if we should use the term Tuple in all those places or say Row > while linking to glossary-tuple, or something else I changed these to link to glossary-tuple; that entry already explains these two other terms, so this seems acceptable. > * temporarily re-added an id for glossary-segment, glossary-wal-segment, > glossary-analytic-function, as those were also referenced and will need > similar decisions made Ditto. > * added a stub entry for glossary-unique-index, unsure if it should have a > definition on it's own, or we split it into unique and index. I changed Unique Index into Unique Constraint, which is supposed to be the overarching concept. Used that in the definition of primary key. > * I noticed several cases where a glossterm is used twice in a definition, > but didn't de-term them Did that for most I found, but I expect that some remain. > * I'm curious about how we should tag a term when using it in its own > definition. same as anywhere else? I think we should not tag those. I fixed the definition of global object as mentioned previously. Also added "client", made "connection" have less importance compared to "session", and removed "window frame" (made "window function" refer to "partition" instead). If you (or anybody) have suggestions for the definition of "client" and "session", I'm all ears. I'm quite liking the result of this now. Thanks for all your efforts. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
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