Re: Add id's to various elements in protocol.sgml

Поиск
Список
Период
Сортировка
От Brar Piening
Тема Re: Add id's to various elements in protocol.sgml
Дата
Msg-id f900c5e1-a18a-84cc-6536-e85ec655c7d7@gmx.de
обсуждение исходный текст
Ответ на Re: Add id's to various elements in protocol.sgml  (Brar Piening <brar@gmx.de>)
Список pgsql-hackers
On 09.03.2022 at 20:43, Brar Piening wrote:
> Attached is a pretty huge patch that adds ids to all sections and all
> the varlistentries where the containing variablelist already had at
> least one id (plus a few additional ones that I stumbled upon and
> deemed useful). It also adds html links next to the respective heading
> in the html documentation and emits a build message and a comment when
> a section or a relevant (see before) varlistentry doesn't have an id.

I have uploaded a doc build with the patch applied to
https://pgdocs.piening.info/ to make it easier for you all to review the
results and see what is there and what isn't and how it feels UI-wise.

You may want to look at https://pgdocs.piening.info/app-psql.html where
the patch adds ids and links to all varlistentries but doesn't do so for
the headings (because they are refsect1 headings not sect1 headings).

https://pgdocs.piening.info/protocol-flow.html is pretty much the
opposite. The patch adds ids and links to the headings (they are sect2
headings) but doesn't add them to the varlistentries (yet - because I
mostly sticked to the algorithm suggested at
https://www.postgresql.org/message-id/621FAF40.5070507%40anastigmatix.net
to contain the workload).






В списке pgsql-hackers по дате отправления:

Предыдущее
От: Yura Sokolov
Дата:
Сообщение: Re: BufferAlloc: don't take two simultaneous locks
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Support logical replication of DDLs