mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 04:10:35 -05: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:
parent
16a2f70695
commit
812367f3d4
1 changed files with 2 additions and 2 deletions
|
|
@ -369,11 +369,11 @@
|
|||
regular expression pattern. The function can be written according
|
||||
to standard SQL syntax:
|
||||
<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>
|
||||
or using the now obsolete SQL:1999 syntax:
|
||||
<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>
|
||||
or as a plain three-argument function:
|
||||
<synopsis>
|
||||
|
|
|
|||
Loading…
Reference in a new issue