qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.62k stars 3.01k forks source link

Improve how indexes for PostGIS are shown in DB Manager #16015

Open qgib opened 11 years ago

qgib commented 11 years ago

Author Name: Paolo Cavallini (@pcav) Original Redmine Issue: 6890 Affected QGIS version: 3.0.0 Redmine category:db_manager


The indexes for all rasters are displayed in DB Manager as:

Name            Column(s)
basin_toscana_rast_gist ??? (#0)

while:

\\d basin_toscana_rast_gist
   Indice "public.basin_toscana_rast_gist"
    Colonna    |  Tipo  |     Definizione
---------------+--------+---------------------
 st_convexhull | box2df | st_convexhull(rast)
gist, per la tabella "public.basin_toscana"
qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 6 years ago

Author Name: Paolo Cavallini (@pcav)


Still true in Q3


Name            Column(s)
basin_toscana_rast_gist ??? (#0)

while:

\\d basin_toscana_rast_gist
   Indice "public.basin_toscana_rast_gist"
    Colonna    |  Tipo  |     Definizione
---------------+--------+---------------------
 st_convexhull | box2df | st_convexhull(rast)
gist, per la tabella "public.basin_toscana"
to The indexes for all rasters are displayed in DB Manager as:
Name            Column(s)
basin_toscana_rast_gist ??? (#0)

while:

\\d basin_toscana_rast_gist
   Indice "public.basin_toscana_rast_gist"
    Colonna    |  Tipo  |     Definizione
---------------+--------+---------------------
 st_convexhull | box2df | st_convexhull(rast)
gist, per la tabella "public.basin_toscana"
qgib commented 6 years ago

Author Name: Giovanni Manghi (@gioman)