Skip to content

Add extensions for compatibility with Supabase (#14)

Vitaliy Kukharik requested to merge compatibility-with-supabase into 463-se-images

Issue: #14 (closed)

For full compatibility with Supabase, we should add the missing extensions to the image.

Additionally

  • move all packages requiring build (make install) to build-env
  • PostgreSQL Anonymizer (anon): install from source (instead of pgxn). Update to version 1.1.0

P.S.

If possible, we install the latest versions of extensions and not only those versions that are currently installed in the PostgreSQL for Supabase, since there is no need for full version compatibility.

Edited by Vitaliy Kukharik

Merge request reports