Re: BUG #2588: rename table and dump bug

Поиск
Список
Период
Сортировка
От Evgeny Gridasov
Тема Re: BUG #2588: rename table and dump bug
Дата
Msg-id 20060825173806.e4cdfd1c.eugrid@fpm.kubsu.ru
обсуждение исходный текст
Ответ на Re: BUG #2588: rename table and dump bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
So why then when I rename a table, pg_dump prints out the renamed table and renamed sequence,
but the database has only table renamed and the original sequence??

The reason I'm asking this is because after some table renaming I've got:
in database: table1 with sequence1, table2 with sequence2
in a dump: table1 with sequence2, table2 with sequence1

On Fri, 25 Aug 2006 09:24:54 -0400
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> "Evgeny Gridasov" <eugrid@fpm.kubsu.ru> writes:
> > Is it a pg_dump bug or 'ALTER TABLE xxx RENAME TO xxx'  does not rename the
> > corresponding sequences?
>
> ALTER TABLE doesn't (and shouldn't IMHO) rename the sequence.  See
> http://archives.postgresql.org/pgsql-hackers/2006-08/msg01250.php
>
>             regards, tom lane
>


--
Evgeny Gridasov
Software Engineer
I-Free, Russia

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

Предыдущее
От: Richard Troy
Дата:
Сообщение: Re: error in upper()
Следующее
От: "Purusothaman A"
Дата:
Сообщение: BUG #2591: Failed to create process: 2!