Re: Rename constraint? - Mailing list pgsql-admin

From Tom Lane
Subject Re: Rename constraint?
Date
Msg-id 13928.1051198875@sss.pgh.pa.us
Whole thread Raw
In response to Rename constraint?  (Jeff Boes <jboes@nexcerpt.com>)
List pgsql-admin
Jeff Boes <jboes@nexcerpt.com> writes:
> I have tables which were created with unnamed constraints:
> How can I identify and rename the "$2" and "$3" constraints?

Look in pg_relcheck or pg_constraint, depending on your PG version.
I think you should be able to get away with just updating the name
column.  (Not sure whether existing backend sessions will notice such
an update, but at worst starting a fresh session would make it take
effect.)

            regards, tom lane


pgsql-admin by date:

Previous
From: "dlangschied"
Date:
Subject: Creating schema for multiple tables/fields/indices.
Next
From: Adam Witney
Date:
Subject: Re: Creating schema for multiple tables/fields/indices.