Skip to content

Commit cbf1522

Browse files
berttCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ce0434f commit cbf1522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ For large datasets create the following indexes:
224224

225225
```
226226
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));
227+
psql> CREATE INDEX ON the_table using btree(md5(st_asbinary(geom)::text));
228228
```
229229

230230
When there the spatial index is not present the following warning is shown.

0 commit comments

Comments
 (0)