Re: Using COPY

Поиск
Список
Период
Сортировка
От Bertin, Philippe
Тема Re: Using COPY
Дата
Msg-id B9E404D03707D511BD4D00105A40C10466B6CC@wevmex01.barco.com
обсуждение исходный текст
Ответ на Using COPY  (Joseph Koenig <joe@jwebmedia.com>)
Список pgsql-general
Hi, Joe,

I'd say : make an ODBC- connection to the PostgreSQL database from within
Access. Then, import the (local) Access table's data into the linked Access
table. I think this should do (provided you don't have some other exotic
conversion needs). I wouldn't convert the Access data into text format and
import these into PostgreSQL?

Regards,

Philippe Bertin.

> -----Original Message-----
> From:    Joseph Koenig [SMTP:joe@jwebmedia.com]
> Sent:    dinsdag 14 mei 2002 16:15
> To:    pgsql-general@postgresql.org
> Subject:    [GENERAL] Using COPY
>
> We're converting a db from Access to PostgreSQL for a client - I need to
> export all of his data into postgres on Linux - I'm trying to use the
> COPY command, however, his comment fields have line breaks in them which
> causes the copy to throw a parse error at that line. I'm sure others
> have run into this - is there an easy way to avoid this? Thanks,
>
> Joe
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

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

Предыдущее
От: "Robert Abbate"
Дата:
Сообщение: Re: transitioning postgres oid
Следующее
От: tony
Дата:
Сообщение: Re: Using COPY