Import id column then convert to SEQUENCE?

Поиск
Список
Период
Сортировка
От gvim
Тема Import id column then convert to SEQUENCE?
Дата
Msg-id 4D01A220.7090809@gmail.com
обсуждение исходный текст
Ответы Re: Import id column then convert to SEQUENCE?  (Shoaib Mir <shoaibmir@gmail.com>)
Список pgsql-general
I'm migrating a database from MySQL and need to keep the original `id` column (AUTO_INCREMENT) intact so my plan is to
createan simple integer `id` column, import the data then convert the new `id` column to a SEQUENCE. Is this
possible/thebest solution? Maybe a migration utility would be better? Suggestions? 

gvim

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Postgresql 9.1 pg_last_xact_replay_timestamp limitations
Следующее
От: Shoaib Mir
Дата:
Сообщение: Re: Import id column then convert to SEQUENCE?