]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/partition-tables.src.sql
remove now unused getNearestNamedRoadFeature() function
[nominatim.git] / sql / partition-tables.src.sql
index eb2ed77b89f2ad909660d848120cee2a8e8b653d..d8f02e10825a0c851b80cbee6b100e333657b889 100644 (file)
@@ -21,6 +21,7 @@ create type nearfeaturecentr as (
   rank_search smallint,
   distance float,
   isguess boolean,
+  postcode TEXT,
   centroid GEOMETRY
 );