Does postgres have something similiar to the LOAD DATA INFILE

Started by Ezraabout 23 years ago2 messagesgeneral
Jump to latest
#1Ezra
epostgres@acedsl.com

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

Thank You
Ezra Taylor

#2Doug McNaught
doug@mcnaught.org
In reply to: Ezra (#1)
Re: Does postgres have something similiar to the LOAD DATA INFILE

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