Feature request #2394
Listing the layer retrieving extent
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | GUI | ||
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Easy fix?: | No | Copied to github as #: | 12454 |
Description
When adding many postgis layers , if they are large QGis retrieve the extent for every single layer. Every retrieve of extend can require even many time, so will be useful give a label with the actually layer in extend retrieving. This to avoid the user will think the qgis il locked.
Actually the only solution is query the pg_stat_activity view of postgres to know what layer is retrieving.
History
#1
Updated by Jürgen Fischer over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed