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
gpsfold: Remove $Id$ at EOF.
[gpstools.git]
/
branches
/
gpst.gpxfix
/
postgres
/
path.sql
blob
eb105c02919a44b14882eca9485258ef72d26f40
1
-- $Id$
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;