Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_manager is unable to load postgis rasters from table where raster column name is not "rast" #19006

Closed
qgib opened this issue Jun 16, 2014 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! DB Manager Relating to the DB Manager core plugin
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jun 16, 2014

Author Name: Sandro Santilli (@strk)
Original Redmine Issue: 10601
Affected QGIS version: master
Redmine category:db_manager


If the table name containing a raster is not "rast" you have to specify it as the "column" parameter of the URI passed to GDAL in order for it to load it. This is as of version 1.10 of gdal.

DBManager never sets a "column" so only fields with name "rast" can be loaded.

@qgib
Copy link
Contributor Author

qgib commented Jan 15, 2015

Author Name: Sandro Santilli (@strk)


I see the "column" member added to the URI now, and can load rasters where column name is "r".
Not sure which commit fixed this


  • resolution was changed from to fixed/implemented
  • fixed_version_id was configured as Version 2.8
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! DB Manager Relating to the DB Manager core plugin labels May 25, 2019
@qgib qgib added this to the Version 2.8 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! DB Manager Relating to the DB Manager core plugin
Projects
None yet
Development

No branches or pull requests

1 participant