Re: Renaming a schema - Mailing list pgsql-general

From Jeffrey Melloy
Subject Re: Renaming a schema
Date
Msg-id 50A428EB-C641-11D8-8DAF-000393C78AC0@visualdistortion.org
Whole thread Raw
In response to Re: Renaming a schema  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Renaming a schema  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Jun 24, 2004, at 4:46 PM, Tom Lane wrote:

> Jeffrey Melloy <jmelloy@visualdistortion.org> writes:
>> Recently, I decided to rename one of my schemas from "adium" to "im".
>> Then, all inserts started failing.
>> I recreated a couple functions, changed the search path, and all
>> inserts
>> are still failing due to referential integrity checks going against
>> "adium" still.  Is there any way I can fix this, short of manually
>> dropping every constraint and recreating them?
>
> I couldn't replicate this ... AFAICS the RI triggers reference tables
> by
> OID, not name.  What PG version are you using?  Can you give a
> self-contained test case?
>
>             regards, tom lane
>
I'm using PostgreSQL 7.4.2, and have a script that reproduces my
problem:

Upon further inspection, the problem isn't the RI triggers; it's the
default sequence not changing.

Jeff


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Renaming a schema
Next
From: Tatsuo Ishii
Date:
Subject: Re: unicode and sorting(at least)