mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
Add OVERLAPS to index in the docs.
Per report from Adam Mackler and Jonathan Katz
This commit is contained in:
parent
976a7d1156
commit
04038148b6
1 changed files with 3 additions and 0 deletions
|
|
@ -6797,6 +6797,9 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||
</table>
|
||||
|
||||
<para>
|
||||
<indexterm>
|
||||
<primary>OVERLAPS</primary>
|
||||
</indexterm>
|
||||
In addition to these functions, the SQL <literal>OVERLAPS</> operator is
|
||||
supported:
|
||||
<synopsis>
|
||||
|
|
|
|||
Loading…
Reference in a new issue