Re: DOCS - Add introductory paragraph to Getting Started chapter

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Dragos Andriciuc <dragos(dot)andriciuc(at)percona(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: DOCS - Add introductory paragraph to Getting Started chapter
Date: 2026-02-18 17:24:59
Message-ID: 0bd69007-f591-4584-aa13-037be2171aea@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/18/26 10:28 AM, Dragos Andriciuc wrote:
> The "Getting Started" chapter currently lacks an introductory paragraph
> explaining its scope.
>
> This patch adds a brief introduction describing the topics covered in
> the chapter.
>
> Patch attached.

I have not looked at the actual contents of the change but did you
intend to add one or two paragraphs? You intent is a bit unclear since
you have added a double newline within a <para> tag. If you intended two
paragraphs it should be two <para> tags and if not there shouldn't be a
double newline.

Have you set it up so you can render the documentation to HTML locally?

Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-02-18 17:28:01 convert SpinLock* macros to static inline functions
Previous Message Andreas Karlsson 2026-02-18 17:19:57 Re: Use LOCKMODE in parse_relation.c/.h