paupino / psqlpack

A logical database management system for PostgreSQL enabling incremental database deployment.
Apache License 2.0
8 stars 2 forks source link

Extension Support Phase 1 #128

Closed paupino closed 5 years ago

paupino commented 5 years ago

This is the beginning of extension support within psqlpack. This allows extensions to be extracted into a psqlpack file as a "best effort". Future work will look at referencing psqlpack files to enforce further validation rules.

This also expands various functionality in order to get extensions wokring correctly:

All in all, it's a fairly big change but also an important step forward.