Re: populate table with large csv file - Mailing list pgsql-general

From Joe Conway
Subject Re: populate table with large csv file
Date
Msg-id 3F731B3D.1030003@joeconway.com
Whole thread Raw
In response to populate table with large csv file  ("Dave [Hawk-Systems]" <dave@hawk-systems.com>)
List pgsql-general
Dave [Hawk-Systems] wrote:
> aside from parsing the csv file through a PHP interface, what isthe easiest way
> to get that csv data importted into the postgres database. thoughts?
>

see COPY:
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=sql-copy.html

Joe


pgsql-general by date:

Previous
From: "Dave [Hawk-Systems]"
Date:
Subject: populate table with large csv file
Next
From: "P.J. \"Josh\" Rovero"
Date:
Subject: Re: populate table with large csv file