[postgis-users] No extension

Simon SPDBA Greener simon at spdba.com.au
Thu Sep 29 16:02:21 PDT 2022


I can execute spatial queries in pgAdmin 4 OK.

select count(*)
   from df.pit as p
        inner join
        df.path as t
        on (ST_Intersects(t.path_line,ST_Buffer(p.pit_poly,10)))
  where p.pit_id = 50000

count
2

-- 
Simon Greener
39 Cliff View Drive, Allens Rivulet, 7150, Tasmania, Australia
(m) +61 418 396 391
(w) www.spdba.com.au
(m) simon at spdba.com.au



More information about the postgis-users mailing list