I am porting my database from MySQL to PostgreSQL 7.0 One of the firstproblems I ran into is the lack of data inload command. I would like toinsert data from a 15 million record flat file into a table. How would I dothat in PGSQL?