Skip to content

Instantly share code, notes, and snippets.

@glowacki-dev
Created October 10, 2017 07:26
Show Gist options
  • Save glowacki-dev/8ce70e5a4d14d15863e2461949cf07b0 to your computer and use it in GitHub Desktop.
Save glowacki-dev/8ce70e5a4d14d15863e2461949cf07b0 to your computer and use it in GitHub Desktop.
Disabling database constraints in Postgres
ALTER TABLE comments DISABLE TRIGGER ALL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment