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

Does postgres have something similiar to the LOAD DATA INFILE

From
Ezra
Date:
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

From
Doug McNaught
Date:
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