]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add OVERLAPS to index in the docs.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 13 Jan 2014 13:14:42 +0000 (15:14 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 13 Jan 2014 13:19:24 +0000 (15:19 +0200)
Per report from Adam Mackler and Jonathan Katz

doc/src/sgml/func.sgml

index dafd34ebf84a601339a986d4d1b2fd2895259114..9ea7c035e4fdbd46cfc232e97d46e6dc2b47ee98 100644 (file)
@@ -6711,6 +6711,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>