Re: substring start position behavior

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: dansonlinepresence(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: substring start position behavior
Date: 2024-02-27 18:17:05
Message-ID: CAGECzQRdZ1Bb0xgNpQGRk5m8UQ4fStDun9Sts7q3C3RgfaLMPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, 27 Feb 2024 at 19:01, PG Doc comments form
<noreply(at)postgresql(dot)org> wrote:
> I'd be happy to write up a patch as a next step -- I'm not sure this would
> count as a "trivial patch that serves an obvious need"
> (https://wiki.postgresql.org/wiki/Submitting_a_Patch)

A patch that adds an example of a negative substring usage, seems useful to me.

> Only thing is, I
> can't seem to find the source repo for the docs.

The sources of the docs are simply in the regular postgres docs:
https://github.com/postgres/postgres/blob/e1724af42c7b0bddad2785f8f7a15c4c123862b2/doc/src/sgml/func.sgml#L2786-L2796

> https://www.postgresql.org/docs/current/docguide-toolsets.html mentions a
> configure script, but I don't know which one.

Also meson+ninja is these days faster and easier to use than the
configure script:

https://www.postgresql.org/docs/current/install-meson.html

After setting up the build directory with meson you can build the docs using
ninja -C build docs

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2024-02-28 15:28:53 Ubuntu and Debian Download/Installation instructions enhancement
Previous Message PG Doc comments form 2024-02-27 17:20:23 substring start position behavior