Обсуждение: Does postgres have something similiar to the LOAD DATA INFILE

Поиск
Список
Период
Сортировка

Does postgres have something similiar to the LOAD DATA INFILE

От
Ezra
Дата:
Hello all:
                    Does Postgresql have a feature similar to MySql's
LOAD DATA INFILE.



Thank You
Ezra Taylor


Re: Does postgres have something similiar to the LOAD DATA INFILE

От
Doug McNaught
Дата:
Ezra <epostgres@acedsl.com> writes:

> Hello all:
>                     Does Postgresql have a feature similar to MySql's
> LOAD DATA INFILE.

Sounds like you want to read about COPY.

-Doug