documentation: fix a broken link, typos

This commit is contained in:
marc tobias
2023-08-31 01:11:54 +02:00
committed by Sarah Hoffmann
parent d6960c72e4
commit 09ae312f09
8 changed files with 26 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ therefore either remove traffic from the machine before attempting a
version update or create the index manually **before** starting the update
using the following SQL:
```
```sql
CREATE INDEX IF NOT EXISTS idx_placex_geometry_reverse_lookupPlaceNode
ON placex USING gist (ST_Buffer(geometry, reverse_place_diameter(rank_search)))
WHERE rank_address between 4 and 25 AND type != 'postcode'