Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 555 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 555 Bytes

PostGIS Docker image with pg_plan_filter

This repo just contains a Dockerfile to build a PostgreSQL Docker image with PostGIS and pg_plan_filter, as well as a GitHub Actions CI config to automatically publish it.

Note: The pg_plan_filter project does not provide a .control file & .sql initialization script, so we add it manually, so that pg_plan_filter can then be loaded using CREATE EXTENSION plan_filter.