paupino / psqlpack

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

Basic Extension support #124

Closed paupino closed 5 years ago

paupino commented 5 years ago

This is the first step towards proper extension support in psqlpack (see #69). This adds in the ability to "create" extensions as well as appropriately "update" them if desired. It also starts using "capabilities" so that we can eventually branch between server versions.