Postgis and Mongdb FDW Enabled Postgresql 12 Image
1.7K
Postgis and MongoDB FDW enabled Official PostgreSQL 12 image
Start using with pulling from docker hub:
docker pull oksuz/pgsql12-mongofdw-postgis
Before using extensions use CREATE EXTENSIONS syntax:
CREATE EXTENSION mongo_fdw;
CREATE EXTENSION postgis;
For more details checkout following pages:
MIT
Content type
Image
Digest
Size
570 MB
Last updated
over 6 years ago
docker pull oksuz/pgsql12-mongofdw-postgis