diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-01-13 15:14:42 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-01-13 15:16:26 +0200 |
commit | 04038148b652d11ead706fb14ccecbcd94d81f4d (patch) | |
tree | 3b476bff44bc90d7ec2d2ef42b7eec3e88ce11b7 /doc/src | |
parent | 976a7d11560e4f932aff1c72fc2062ffaffaa3e9 (diff) | |
download | postgresql-04038148b652d11ead706fb14ccecbcd94d81f4d.tar.gz postgresql-04038148b652d11ead706fb14ccecbcd94d81f4d.zip |
Add OVERLAPS to index in the docs.
Per report from Adam Mackler and Jonathan Katz
Diffstat (limited to 'doc/src')
-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> |