<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 2021-03-12 5:53 p.m., Simon SPDBA
      Greener wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:750bb164-a3fe-cb94-1b3c-30f93240f2bb@spdba.com.au">
      <blockquote type="cite" style="color: #007cff;">2) Also you should
        only be returning the part that intersects.  You are missing a
        WHERE clause unless you have just one raser tile, but still good
        to have a WHERE anyway as a precaution.  You'll know immediately
        if you get no rows they don't even intersect.
        <br>
        You can speed up the intersect check by adding a functional
        index geometry(geog) to your geography table
        <br>
      </blockquote>
      How long have functional indexes been supported?
    </blockquote>
    <p>Functional indexes have been supported since PostgreSQL 7.4.<br>
    </p>
  </body>
</html>