Re: Renaming a schema

Поиск
Список
Период
Сортировка
От Jeffrey Melloy
Тема Re: Renaming a schema
Дата
Msg-id 50A428EB-C641-11D8-8DAF-000393C78AC0@visualdistortion.org
обсуждение исходный текст
Ответ на Re: Renaming a schema  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Renaming a schema  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Renaming a schema
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: unicode and sorting(at least)