| From: | jian he <jian(dot)universality(at)gmail(dot)com> |
|---|---|
| To: | David Rowley <dgrowleyml(at)gmail(dot)com> |
| Cc: | Erik Wienhold <ewie(at)ewie(dot)name>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, Euler Taveira <euler(at)eulerto(dot)com>, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Use uppercase keywords in foreign key tutorial |
| Date: | 2025-11-10 03:15:46 |
| Message-ID: | CACJufxG5UaQtoYFQKdMCYjpz_5Kggvdgm1gVEW4sNEa_W__FKA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Thu, Nov 6, 2025 at 11:06 AM David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
>
> I reviewed this and double checked you left "uPDaTE" in [1]. Found no
> issues, so pushed.
>
hi.
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?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Erik Wienhold | 2025-11-10 03:40:25 | Re: Use uppercase keywords in foreign key tutorial |
| Previous Message | PG Doc comments form | 2025-11-10 00:56:46 | question about parallel. i read document and i can't solve it. provide the solution please. |