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
Add some regression tests for missing DDL patterns
The following commands gain increased coverage for some of the errorsthey can trigger:- ALTER TABLE .. ALTER COLUMN- CREATE DOMAIN- CREATE TYPE (LIKE)This has come up while discussing the possibility to add moreinformation about the location of the error in such queries, and itis useful on its own as there was no coverage until now for thepatterns added in this commit.Author: Jian He, Kirill ReshkeReviewed-By: Álvaro Herrera, Michael PaquierDiscussion:https://postgr.es/m/CALdSSPhqfvKbDwqJaY=yEePi_aq61GmMpW88i6ZH7CMG_2Z4Cg@mail.gmail.com