pgLatLon

diff README.mkd @ 58:46d57e89a4d4

Added missing space character in README
author jbe
date Mon Dec 03 02:44:47 2018 +0100 (2018-12-03)
parents 537df4c9de92
children e1d42b91d826
line diff
     1.1 --- a/README.mkd	Sun Nov 25 23:42:18 2018 +0100
     1.2 +++ b/README.mkd	Mon Dec 03 02:44:47 2018 +0100
     1.3 @@ -224,7 +224,7 @@
     1.4              id              serial4         PRIMARY KEY,
     1.5              loc             jsonb           NOT NULL );
     1.6  
     1.7 -    CREATE INDEX name_of_index ON tbl USING gist((GeoJSON_to_ecluster("loc")));
     1.8 +    CREATE INDEX name_of_index ON tbl USING gist ((GeoJSON_to_ecluster("loc")));
     1.9  
    1.10  When using the conversion function in an expression, the index will be used
    1.11  automatically:

Impressum / About Us