projects
/
nominatim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
switch back meaning of reverse and search in warm
[nominatim.git]
/
lib-sql
/
functions
/
partition-functions.sql
diff --git
a/lib-sql/functions/partition-functions.sql
b/lib-sql/functions/partition-functions.sql
index ec762f4f7f60f5b5c755c2cf6b8f816f7742de2c..20ec3da6bb6853ec38c334ec483f784320e7dc0b 100644
(file)
--- a/
lib-sql/functions/partition-functions.sql
+++ b/
lib-sql/functions/partition-functions.sql
@@
-17,7
+17,7
@@
CREATE TYPE nearfeaturecentr AS (
centroid GEOMETRY
);
--- feature intersects geo
em
try
+-- feature intersects geo
me
try
-- for areas and linestrings they must touch at least along a line
CREATE OR REPLACE FUNCTION is_relevant_geometry(de9im TEXT, geom_type TEXT)
RETURNS BOOLEAN