paupino / psqlpack

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

Allow for constraint modifications without a drop/create #103

Open paupino opened 6 years ago

paupino commented 6 years ago

Currently primary key and foreign key constraints will issue a drop/create due to not all versions of Postgres supporting the ALTER statement. After #89 is completed, we should look at supporting these statements as they are likely more efficient.