Re: insert continue on error

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: insert continue on error
Дата
Msg-id 20071017102158.GH10098@samason.me.uk
обсуждение исходный текст
Ответ на insert continue on error  (Tom Hart <tomhart@coopfed.org>)
Список pgsql-general
On Tue, Oct 16, 2007 at 03:37:46PM -0400, Tom Hart wrote:
> I'm trying to migrate our data mine from a MS Access backend to a
> postgresql backend, and I'm bumping into problems with the conversion.

When I've had to do this before, I've tended to create a table with the
same columns but all of text type.  I can then import into there without
worry too much about errors.  I'd then write a script to do the movement
across into the final tables.  If the access database is still live then
you can spend a while getting the script right, then at some appropriate
time you can just quickly move everything over.


  Sam

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

Предыдущее
От: "Kuriakose, Cinu Cheriyamoozhiyil"
Дата:
Сообщение: CVS Commands
Следующее
От: "Christian Rengstl"
Дата:
Сообщение: DROP VIEW lasts forever