dolthub/doltgresql

Support `ALTER TABLE ... DROP CONSTRAINT`

fulghum opened this issue · 0 comments

Example statement:

ALTER TABLE IF EXISTS ONLY public.github_users DROP CONSTRAINT IF EXISTS github_users_pkey;

Discovered while testing Hasura dump loading