Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Massive Insertion



2009/12/10 Florent THOMAS <mailinglist(at)tdeo(dot)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


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group