We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0434f commit cbf1522Copy full SHA for cbf1522
README.md
@@ -224,7 +224,7 @@ For large datasets create the following indexes:
224
225
```
226
psql> CREATE INDEX ON the_table USING gist (st_centroid(st_envelope(geom)));
227
-psql> CREATE INDEX ON the_table using btree(md5(st_asbinary({inputTable.GeometryColumn})::text));
+psql> CREATE INDEX ON the_table using btree(md5(st_asbinary(geom)::text));
228
229
230
When there the spatial index is not present the following warning is shown.
0 commit comments