Thread

  1. [PATCH] renaming constraints

    Peter Eisentraut <peter_e@gmx.net> — 2012-01-11T20:49:49Z

    Here is a patch to add a command
    
    ALTER TABLE ... RENAME CONSTRAINT ...
    
    Currently, it only supports table constraints.  I have an almost
    finished patch for renaming domain constraints, but it is easier to keep
    it separate.