ChenHuajun / pg_roaringbitmap

RoaringBitmap extension for PostgreSQL
Apache License 2.0
223 stars 37 forks source link

Add example demonstrating how to build and load the extension for the official postgres docker image #26

Closed Valefant closed 11 months ago

Valefant commented 1 year ago

Hi, recently I had the use case that I needed to use the extension within the official postgres docker image. As there is no adhoc way to load external extensions in a container, I thought of creating a small example demonstrating how to build and load this extension in a dockerized environment.

@ChenHuajun

ChenHuajun commented 11 months ago

Well done, thank you very much.