gpsfold: Remove $Id$ at EOF.
[gpstools.git] / branches / gpst.gpxfix / postgres / path.sql
blobeb105c02919a44b14882eca9485258ef72d26f40
1 -- $Id$
2 -- File ID: 42ce10a4-fafb-11dd-b73a-000475e441b9
4 SELECT * FROM logg
5     WHERE coor <@ polygon(path('(
6             (58.633, 3.149),
7             (52.395, 3.163),
8             (49.364, -6.437)
9         )')) ORDER BY date;