# HG changeset patch # User jbe # Date 1506557421 -7200 # Node ID b37a0dc6d1ec5d9bf5de0a253418e0101f5c6234 # Parent fa3d19a7218b636003a0b59a7f4586eb1465459c Minor fix in documentation regarding GeoJSON_to_ecluster function for GeoJSON indexing diff -r fa3d19a7218b -r b37a0dc6d1ec README.html --- a/README.html Mon Oct 31 13:10:38 2016 +0100 +++ b/README.html Thu Sep 28 02:10:21 2017 +0200 @@ -223,7 +223,7 @@

Note that further types can be indexed by using an index on an expression with a conversion function. One conversion function provided by pgLatLon is the -GeoJSON_to_ecluster(float8, float8, text) function:

+GeoJSON_to_ecluster(jsonb, text) function:

CREATE TABLE tbl (
         id              serial4         PRIMARY KEY,
diff -r fa3d19a7218b -r b37a0dc6d1ec README.mkd
--- a/README.mkd	Mon Oct 31 13:10:38 2016 +0100
+++ b/README.mkd	Thu Sep 28 02:10:21 2017 +0200
@@ -218,7 +218,7 @@
 
 Note that further types can be indexed by using an index on an expression with
 a conversion function. One conversion function provided by pgLatLon is the
-`GeoJSON_to_ecluster(float8, float8, text)` function:
+`GeoJSON_to_ecluster(jsonb, text)` function:
 
     CREATE TABLE tbl (
             id              serial4         PRIMARY KEY,