mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
9.4+, as there is no ALTER CONSTRAINT in 9.3. This new ALTER TABLE does the same in two hops by removing the foreign key and creating it again in the same ALTER TABLE. This fixes #183