Re: some new glossary entries
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-docs <pgsql-docs@postgresql.org>
Date: 2023-05-02T10:06:08Z
Lists: pgsql-docs
> On 2 May 2023, at 09:05, Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote: > > I wrote glossary entries for some terms I wanted to look up there but didn't find: "restartpoint" and "LSN". I put this together based on existing text. "LSN" was already in the acronyms list but I think it's more appropriate in the glossary, so I moved things around a bit. +1 LGTM. + <glossentry id="glossary-lsn"> + <glossterm>LSN</glossterm> + <glosssee otherterm="glossary-log-sequence-number"/> + </glossentry> The other <glosssee otherterm="foo" /> entries doesn't have a glossentry id attribute set, is the use here related to the glossentry.show.acronym param? -- Daniel Gustafsson
Commits
-
doc: New glossary entries
- 919c486a275b 16.0 landed