Re: schema rename sequence issue

Поиск
Список
Период
Сортировка
От Sim Zacks
Тема Re: schema rename sequence issue
Дата
Msg-id 1579550820.20060130120341@compulab.co.il
обсуждение исходный текст
Ответ на Re: schema rename sequence issue  (Michael Glaesemann <grzm@myrealbox.com>)
Ответы Re: schema rename sequence issue  (Michael Glaesemann <grzm@myrealbox.com>)
Список pgsql-general
I thought the pg_attrdef table was the defaults.
Is there another table that contains the defaults

Thank You
Sim
________________________________________________________________________________


On Jan 30, 2006, at 18:51 , Sim Zacks wrote:

> However, when I try to insert into the table I get an error that
> public.sequence name is not found
>
> Am I missing a reference or table update somewhere?

You probably need to update the defaults for the columns that call
the sequences. They may still be using the previous schema in their
nextval calls.

Hope this helps.

Michael Glaesemann
grzm myrealbox com


В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: schema rename sequence issue
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: schema rename sequence issue