Bug report #14899
Import into PostGIS: Name of spatial index is 'sidex_<table>' instead of 'sidex_<table>_<geometry>'
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Processing/QGIS | ||
| Affected QGIS version: | 2.14.3 | Regression?: | No | 
| Operating System: | Easy fix?: | No | |
| Pull Request or Patch supplied: | No | Resolution: | |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 22852 | 
Description
When importing geometries into PostGIS (QGIS geoalgorithms) the index is named 'sidex_<table>'. Creating the same index in the DB-Manager it is named 'sidex_<table>_<geometry>'.
Associated revisions
[processing] homogenize spatial index name with DB Manager (fix #14899)
History
#1
     Updated by Alexander Bruy over 9 years ago
    Updated by Alexander Bruy over 9 years ago
    - Status changed from Open to Closed
Fixed in changeset d783635a400ffda955df5ed76d6d15542d0e407c.