Re: Rename or Re-Create Constraints? - Mailing list pgsql-general

From Carlos Mennens
Subject Re: Rename or Re-Create Constraints?
Date
Msg-id BANLkTikxrxuRWfqPWPPD1oLGSZ=b4kLOng@mail.gmail.com
Whole thread Raw
In response to Re: Rename or Re-Create Constraints?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Rename or Re-Create Constraints?
List pgsql-general
On Fri, Apr 8, 2011 at 8:35 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I believe you can rename the underlying indexes and the constraints will
> follow them.  (This works in HEAD anyway, not sure how far back.)

I'm sorry but I don't understand what that means or how to relate that
to a SQL command to rename the constraint. Do you have an example of
how that command would look?

>> 2. When renaming the table, is there a way to rename both the table
>> and all associated constraints?
>
> No, there's nothing automatic for that.  IIRC there used to be code to
> try to do this when you renamed a single column; but we took it out,
> probably because it risked unexpected failures due to index name
> collisions.
>
>                        regards, tom lane
>

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Rename or Re-Create Constraints?
Next
From: Rob Sargent
Date:
Subject: Re: Rename or Re-Create Constraints?