diff options
author | Heikki Linnakangas | 2014-01-13 13:14:42 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2014-01-13 13:16:26 +0000 |
commit | 04038148b652d11ead706fb14ccecbcd94d81f4d (patch) | |
tree | 3b476bff44bc90d7ec2d2ef42b7eec3e88ce11b7 | |
parent | 976a7d11560e4f932aff1c72fc2062ffaffaa3e9 (diff) |
Add OVERLAPS to index in the docs.
Per report from Adam Mackler and Jonathan Katz
-rw-r--r-- | doc/src/sgml/func.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8579bdd9480..c76d357df24 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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> |