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