Re: BatchMove with PostgreSQL

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: BatchMove with PostgreSQL
Дата
Msg-id 20050125182315.GA51927@winnie.fuhr.org
обсуждение исходный текст
Ответ на BatchMove with PostgreSQL  (Márcio Vinícius <marcio@vmautomacao.com.br>)
Список pgsql-novice
On Fri, Jan 21, 2005 at 03:41:06PM -0300, Márcio Vinícius wrote:

> Hi, i'm using delphi 7 with Zeos components to access PostgreSQL 8.0 for Windows.
>
> I need to import a delimited text file into a PostgreSQL table.
>
> Like BatchMove.

I don't know how to incorporate this into the other tools you're
using, but PostgreSQL has a COPY command for importing from and
exporting to files:

http://www.postgresql.org/docs/8.0/static/sql-copy.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Installing dblink
Следующее
От: Gustavo Pinsard
Дата:
Сообщение: Re: programming language for postgresql