pgLatLon
diff README.html @ 49:b37a0dc6d1ec
Minor fix in documentation regarding GeoJSON_to_ecluster function for GeoJSON indexing
author | jbe |
---|---|
date | Thu Sep 28 02:10:21 2017 +0200 (2017-09-28) |
parents | 3cbce515387f |
children | 133626ff7cb2 |
line diff
1.1 --- a/README.html Mon Oct 31 13:10:38 2016 +0100 1.2 +++ b/README.html Thu Sep 28 02:10:21 2017 +0200 1.3 @@ -223,7 +223,7 @@ 1.4 1.5 <p>Note that further types can be indexed by using an index on an expression with 1.6 a conversion function. One conversion function provided by pgLatLon is the 1.7 -<code>GeoJSON_to_ecluster(float8, float8, text)</code> function:</p> 1.8 +<code>GeoJSON_to_ecluster(jsonb, text)</code> function:</p> 1.9 1.10 <pre><code>CREATE TABLE tbl ( 1.11 id serial4 PRIMARY KEY,