Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 8
    Sweet. Unfortunately, there is no ADD CONSTRAINT IF NOT EXISTS yet. Commented Apr 16, 2019 at 9:35
  • Just out of curiosity: will this cause an access lock on the table (and thus require a maintenance window when run on huge tables in production databases)? Commented Jul 6, 2019 at 17:20
  • 5
    @TomaszGandor But you can DROP CONSTRAINT IF EXISTS and then add it again. Commented Mar 18, 2021 at 9:18