2009/12/10 Florent THOMAS <mailingl...@tdeo.fr> > Hello, > > I would like to know if there's a function that allows to insert values in > table using a csv file? > > Best regards >
You can use the COPY command for that: http://www.postgresql.org/docs/8.4/interactive/sql-copy.html Regards Thom