postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.37k stars 462 forks source link

Update README.md #190

Closed robe2 closed 3 years ago

robe2 commented 4 years ago

postgis_raster got broken out as a separate extension in PostGIS 3.0, so should be noted in the readme

phillipross commented 4 years ago

Thanks @robe2 !

Currently, this part of the README lists the extensions that are actually installed by default within this image, not the extensions that are available. There's currently work being done to cleanup and optimize/enhance how extensions are chosen/installed during container init... more details can be found here: #187

I'm not sure how much momentum we currently have with this, but if there's not much progress in the short term, I think the existing README needs to be updated to explain why raster extension is not pre-installed in db that is created during container init, along with instructions for installing it it into any db that is created after container init.