1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00

Doc: more uppercase keywords in SQLs

Per 49d43faa8.  These ones were missed.

Reported-by: jian he <jian.universality@gmail.com>
Author: Erik Wienhold <ewie@ewie.name>
Discussion: https://postgr.es/m/CACJufxG5UaQtoYFQKdMCYjpz_5Kggvdgm1gVEW4sNEa_W__FKA@mail.gmail.com
This commit is contained in:
David Rowley
2025-11-10 17:15:03 +13:00
parent 16a2f70695
commit 812367f3d4

View File

@@ -369,11 +369,11 @@
regular expression pattern. The function can be written according regular expression pattern. The function can be written according
to standard SQL syntax: to standard SQL syntax:
<synopsis> <synopsis>
substring(<replaceable>string</replaceable> similar <replaceable>pattern</replaceable> escape <replaceable>escape-character</replaceable>) substring(<replaceable>string</replaceable> SIMILAR <replaceable>pattern</replaceable> ESCAPE <replaceable>escape-character</replaceable>)
</synopsis> </synopsis>
or using the now obsolete SQL:1999 syntax: or using the now obsolete SQL:1999 syntax:
<synopsis> <synopsis>
substring(<replaceable>string</replaceable> from <replaceable>pattern</replaceable> for <replaceable>escape-character</replaceable>) substring(<replaceable>string</replaceable> FROM <replaceable>pattern</replaceable> FOR <replaceable>escape-character</replaceable>)
</synopsis> </synopsis>
or as a plain three-argument function: or as a plain three-argument function:
<synopsis> <synopsis>