Re: Get rid of "Section.N.N.N" on DOCs

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Get rid of "Section.N.N.N" on DOCs
Date: 2025-12-22 13:28:43
Message-ID: CAB-JLwY-EzX8eAtxRJu_oS2nLvTf093i5rPGqGZAqOXbgssSDw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

First version of all files replaced.
I used a regex to get title tag which was on following line and added it as
xreflabel of of that sec1.

Simple one.
<sect1 id="parser-stage" xreflabel="The Parser Stage">
<title>The Parser Stage</title>

Removed <productname>, <literal>, <acronym> tags
<sect1 id="rule-system" xreflabel="The PostgreSQL Rule System">
<title>The <productname>PostgreSQL</productname> Rule System</title>

Maybe some of them are huge, like "Continuous Archiving and Point-in-Time
Recovery (PITR)" but I didn't change any of them.

This version I did not read all places where this changes affect, so
obviously will have a lot of places to be rewritten.

regards
Marcos

>

Attachment Content-Type Size
V1-0001 Get rid of section n_n_n.diff application/octet-stream 408.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Roman Khapov 2025-12-22 14:10:30 Re: [PATCH] Add archive_mode=follow_primary to prevent unarchived WAL on standby promotion
Previous Message Nazir Bilal Yavuz 2025-12-22 12:35:31 Re: ditaa --svg option is missing when building doc/src/sgml/images