You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Without CASCADE, if an extension has an unfullfilled dependency onanother extension, CREATE EXTENSION ERRORs out with "required extension... is not installed". That is annoying, especially when that dependencyis an implementation detail of the extension, rather than something theextension's user can make sense of.In addition to CASCADE this also includes a small set of regressiontests around CREATE EXTENSION.Author: Petr Jelinek, editorialized by Michael Paquier, Andres FreundReviewed-By: Michael Paquier, Andres Freund, Jeff JanesDiscussion: 557E0520.3040800@2ndquadrant.com