From: Heikki Linnakangas Date: Mon, 13 Jan 2014 13:14:42 +0000 (+0200) Subject: Add OVERLAPS to index in the docs. X-Git-Tag: XL9_5_R1BETA1~313^2~1^2~812 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=04038148b652d11ead706fb14ccecbcd94d81f4d;p=postgres-xl.git Add OVERLAPS to index in the docs. Per report from Adam Mackler and Jonathan Katz --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8579bdd948..c76d357df2 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})'); + + OVERLAPS + In addition to these functions, the SQL OVERLAPS operator is supported: