pgLatLon

diff README.mkd @ 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.mkd	Mon Oct 31 13:10:38 2016 +0100
     1.2 +++ b/README.mkd	Thu Sep 28 02:10:21 2017 +0200
     1.3 @@ -218,7 +218,7 @@
     1.4  
     1.5  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 -`GeoJSON_to_ecluster(float8, float8, text)` function:
     1.8 +`GeoJSON_to_ecluster(jsonb, text)` function:
     1.9  
    1.10      CREATE TABLE tbl (
    1.11              id              serial4         PRIMARY KEY,

Impressum / About Us