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
pull/248/head
David Rowley 1 month ago
parent 16a2f70695
commit 812367f3d4
  1. 4
      doc/src/sgml/func/func-matching.sgml

@ -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>

Loading…
Cancel
Save