Re: Use uppercase keywords in foreign key tutorial - Mailing list pgsql-docs

From Erik Wienhold
Subject Re: Use uppercase keywords in foreign key tutorial
Date
Msg-id 5b870856-1ff9-4776-97ba-f568eb5cbd2f@ewie.name
Whole thread Raw
In response to Re: Use uppercase keywords in foreign key tutorial  (jian he <jian.universality@gmail.com>)
Responses Re: Use uppercase keywords in foreign key tutorial
List pgsql-docs
On 2025-11-10 04:15 +0100, jian he wrote:
> On Thu, Nov 6, 2025 at 11:06 AM David Rowley <dgrowleyml@gmail.com> wrote:
> >
> > I reviewed this and double checked you left "uPDaTE" in [1]. Found no
> > issues, so pushed.
> >
> 
> in doc/src/sgml/func/func-matching.sgml
> 
> <synopsis>
> substring(<replaceable>string</replaceable> similar
> <replaceable>pattern</replaceable> escape
> <replaceable>escape-character</replaceable>)
> </synopsis>
>     or using the now obsolete SQL:1999 syntax:
> <synopsis>
> substring(<replaceable>string</replaceable> from
> <replaceable>pattern</replaceable> for
> <replaceable>escape-character</replaceable>)
> </synopsis>
>     or as a plain three-argument function:
> <synopsis>
> substring(<replaceable>string</replaceable>,
> <replaceable>pattern</replaceable>,
> <replaceable>escape-character</replaceable>)
> </synopsis>
> 
> key word: "similar", "escape", "from", "for" within the above synopsis
> section need uppercase too?

Thanks, good catch.  Not surprised that I've missed those because it
already took me a couple of rounds to find everything that's in the
previous patch.  Here's another patch.

-- 
Erik Wienhold

Attachment

pgsql-docs by date:

Previous
From: jian he
Date:
Subject: Re: Use uppercase keywords in foreign key tutorial
Next
From: David Rowley
Date:
Subject: Re: Use uppercase keywords in foreign key tutorial