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
Remove the default_do_language parameter, instead making DO use a hardwired
default of "plpgsql". This is more reasonable than it was when the DO patchwas written, because we have since decided that plpgsql should be installedby default. Per discussion, having a parameter for this doesn't seem usefulenough to justify the risk of application breakage if the value is changedunexpectedly.