pgLatLon

changeset 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 fa3d19a7218b
children 232da3c28d83
files README.html README.mkd
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,
     2.1 --- a/README.mkd	Mon Oct 31 13:10:38 2016 +0100
     2.2 +++ b/README.mkd	Thu Sep 28 02:10:21 2017 +0200
     2.3 @@ -218,7 +218,7 @@
     2.4  
     2.5  Note that further types can be indexed by using an index on an expression with
     2.6  a conversion function. One conversion function provided by pgLatLon is the
     2.7 -`GeoJSON_to_ecluster(float8, float8, text)` function:
     2.8 +`GeoJSON_to_ecluster(jsonb, text)` function:
     2.9  
    2.10      CREATE TABLE tbl (
    2.11              id              serial4         PRIMARY KEY,

Impressum / About Us