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:19:24 +0200 |
commit | 370178172f94f59c08ae7f9419b7938cadbd6860 (patch) | |
tree | 2084013caf97a7a181bf40d3730ed6630990fa51 | |
parent | efb41ba33a2187cce5e6000ca20b4b0844ee68b8 (diff) | |
download | postgresql-370178172f94f59c08ae7f9419b7938cadbd6860.tar.gz postgresql-370178172f94f59c08ae7f9419b7938cadbd6860.zip |
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 dafd34ebf84..9ea7c035e4f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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> |