repo.or.cz
/
gpstools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'use-trunc-rounding' into rounding-fixes
[gpstools.git]
/
postgres
/
path.sql
blob
28838fd1930a00df5f460a7966d5a33443a44cdf
1
-- path.sql
2
-- File ID: 42ce10a4-fafb-11dd-b73a-000475e441b9
3
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;